summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles <gilles@openbsd.org>2015-12-01 09:54:52 +0000
committergilles <gilles@openbsd.org>2015-12-01 09:54:52 +0000
commitb0d70ac3413f957bb9693495dae0b824c89cace9 (patch)
treebe62414743ffed08f3693a5253374119c42550db
parentadd IMSG_SMTP_CHECK_SENDER in list of smtp IMSG (diff)
downloadwireguard-openbsd-b0d70ac3413f957bb9693495dae0b824c89cace9.tar.xz
wireguard-openbsd-b0d70ac3413f957bb9693495dae0b824c89cace9.zip
cleanup Makefile
-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