summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@openbsd.org>2010-05-06 15:31:09 +0000
committernaddy <naddy@openbsd.org>2010-05-06 15:31:09 +0000
commit05ac83ecae16a2c26e44997e30dbaf278f05885f (patch)
tree88907e4c1b52e7402700fdc7c373981a917e90cb
parentAnsify functions and use "clock" rather than the CPU name for clock (diff)
downloadwireguard-openbsd-05ac83ecae16a2c26e44997e30dbaf278f05885f.tar.xz
wireguard-openbsd-05ac83ecae16a2c26e44997e30dbaf278f05885f.zip
don't clobber CFLAGS; ok gilles@
-rw-r--r--usr.sbin/smtpd/smtpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile
index 19a271cac55..3a93ef2022c 100644
--- a/usr.sbin/smtpd/smtpd/Makefile
+++ b/usr.sbin/smtpd/smtpd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2010/04/21 21:04:29 gilles Exp $
+# $OpenBSD: Makefile,v 1.16 2010/05/06 15:31:09 naddy Exp $
PROG= smtpd
SRCS= aliases.c authenticate.c bounce.c buffer.c client.c \
@@ -13,7 +13,7 @@ BINDIR= /usr/sbin
LDADD+= -levent -lutil -lssl -lcrypto -lm
DPADD+= ${LIBEVENT} ${LIBUTIL} ${LIBSSL} ${LIBCRYPTO} ${LIBM}
-CFLAGS= -g3 -ggdb -I${.CURDIR}/..
+CFLAGS+= -g3 -ggdb -I${.CURDIR}/..
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes
CFLAGS+= -Wmissing-declarations
CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual