summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 09:54:53 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2015-12-01 09:54:53 +0000
commit1b9b90373ad2762d7b601050448c1972cc3733d2 (patch)
treef4ed7c06e985bc35ba6f97253ffc13c33b1d9de8 /usr.sbin
parent1660329a98b5349f2edd156e543f70129a793519 (diff)
cleanup Makefile
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/smtpd/makemap/Makefile18
1 files changed, 14 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/makemap/Makefile b/usr.sbin/smtpd/makemap/Makefile
index 0d2848affe5..dc7995cc1cd 100644
--- a/usr.sbin/smtpd/makemap/Makefile
+++ b/usr.sbin/smtpd/makemap/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2015/11/23 21:50:12 gilles Exp $
+# $OpenBSD: Makefile,v 1.27 2015/12/01 09:54:52 gilles Exp $
.PATH: ${.CURDIR}/..
@@ -10,7 +10,7 @@ BINMODE?=555
BINDIR= /usr/libexec/smtpd
MAN= aliases.5 forward.5 makemap.8 newaliases.8
-CFLAGS+= -fstack-protector-all
+CFLAGS+= -fstack-protector-all
CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
@@ -18,8 +18,18 @@ CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual
CFLAGS+= -Wsign-compare
CFLAGS+= -DNO_IO
-SRCS= aliases.c dict.c expand.c limit.c log.c makemap.c parse.y \
- mailaddr.c table.c to.c tree.c util.c
+SRCS= aliases.c
+SRCS+= dict.c
+SRCS+= expand.c
+SRCS+= limit.c
+SRCS+= log.c
+SRCS+= makemap.c
+SRCS+= parse.y
+SRCS+= mailaddr.c
+SRCS+= table.c
+SRCS+= to.c
+SRCS+= tree.c
+SRCS+= util.c
SRCS+= table_static.c
SRCS+= table_db.c