aboutsummaryrefslogtreecommitdiffstats
path: root/smtpd/smtpctl/Makefile
diff options
context:
space:
mode:
authorGilles Chehade <gilles@rentabiliweb.com>2014-01-24 15:40:43 +0100
committerGilles Chehade <gilles@rentabiliweb.com>2014-01-24 15:40:43 +0100
commitb8c718fb02017a6774642344c0163a420c1a8967 (patch)
tree2487a41558f844eaa65e884daa6f2c30e4150ee6 /smtpd/smtpctl/Makefile
parentimprove makefile (diff)
downloadOpenSMTPD-b8c718fb02017a6774642344c0163a420c1a8967.tar.xz
OpenSMTPD-b8c718fb02017a6774642344c0163a420c1a8967.zip
improve makefileopensmtpd-201401241551
Diffstat (limited to 'smtpd/smtpctl/Makefile')
-rw-r--r--smtpd/smtpctl/Makefile19
1 files changed, 14 insertions, 5 deletions
diff --git a/smtpd/smtpctl/Makefile b/smtpd/smtpctl/Makefile
index e7605c56..44eef46f 100644
--- a/smtpd/smtpctl/Makefile
+++ b/smtpd/smtpctl/Makefile
@@ -17,11 +17,20 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare -Wbounded
CFLAGS+= -DNO_IO
-SRCS= enqueue.c parser.c log.c envelope.c crypto.c
-SRCS+= queue_backend.c queue_fs.c
-SRCS+= smtpctl.c util.c
-SRCS+= compress_backend.c compress_gzip.c
-SRCS+= to.c expand.c tree.c dict.c
+SRCS= enqueue.c
+SRCS+= parser.c
+SRCS+= log.c
+SRCS+= envelope.c
+SRCS+= crypto.c
+SRCS+= queue_backend.c
+SRCS+= queue_fs.c
+SRCS+= smtpctl.c util.c
+SRCS+= compress_backend.c
+SRCS+= compress_gzip.c
+SRCS+= to.c
+SRCS+= expand.c
+SRCS+= tree.c
+SRCS+= dict.c
LDADD+= -lutil -lz -lcrypto
DPADD+= ${LIBUTIL} ${LIBZ} ${LIBCRYPTO}