summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2010-11-05 11:31:39 +0000
committerrpaulo <rpaulo@FreeBSD.org>2010-11-05 11:31:39 +0000
commitd9503acaf4d38eb42677c9030fe7cd7d15af3802 (patch)
tree79066f79225d86ad874a0301c327753d0e8df89c /sbin
parentc616357c66bae26e16370042ec1e177e6ab716f6 (diff)
downloadFreeBSD-src-d9503acaf4d38eb42677c9030fe7cd7d15af3802.zip
FreeBSD-src-d9503acaf4d38eb42677c9030fe7cd7d15af3802.tar.gz
Append to CFLAGS, don't clobber it.
Submitted by: loos
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pflogd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/pflogd/Makefile b/sbin/pflogd/Makefile
index 02589ba..ecd06f4 100644
--- a/sbin/pflogd/Makefile
+++ b/sbin/pflogd/Makefile
@@ -6,7 +6,7 @@ PROG= pflogd
SRCS= pflogd.c pidfile.c privsep.c privsep_fdpass.c
MAN= pflogd.8
-CFLAGS=-include ${.CURDIR}/../../lib/libpcap/config.h
+CFLAGS+=-include ${.CURDIR}/../../lib/libpcap/config.h
LDADD= -lpcap -lutil
DPADD= ${LIBPCAP} ${LIBUTIL}
OpenPOWER on IntegriCloud