sendmail: Replace shell script by C implementation
[smailq.git] / Makefile
index aa72315f3be33cb2397198755b945947561d340d..7c3b37bfdabda427e8c01663c41ca0ad9832975e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 PREFIX ?= /usr
 BIN_SUFFIX ?=
+CFLAGS = -std=c99 -pedantic -Wall -Wextra
 
 # Where the script binary should go
 BINPATH = $(DESTDIR)$(PREFIX)/bin
@@ -9,7 +10,7 @@ SHAREDIR = $(DESTDIR)$(PREFIX)/share/smailq
 CONFFILE = $(SHAREDIR)/smailq.conf.sample
 ######################################################################
 
-all: manpage
+all: sendmail manpage
 
 install: all
        mkdir -p $(BINPATH) $(SBINPATH) $(MANPATH) $(SHAREDIR)