summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdmatch
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-08-31 11:05:24 +0000
committerbde <bde@FreeBSD.org>2001-08-31 11:05:24 +0000
commit7ae51c7d3fcedeea830d1b4c6a1185ab48cf009a (patch)
tree9ec4a6448699c0d37f3e5a94d47e04486f13ff68 /usr.sbin/tcpdmatch
parentda7bfcdf0c068abf5067b8a83689c247313e7403 (diff)
downloadFreeBSD-src-7ae51c7d3fcedeea830d1b4c6a1185ab48cf009a.zip
FreeBSD-src-7ae51c7d3fcedeea830d1b4c6a1185ab48cf009a.tar.gz
Don't clobber the default for CFLAGS.
Diffstat (limited to 'usr.sbin/tcpdmatch')
-rw-r--r--usr.sbin/tcpdmatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile
index 6bc67dc..161d54b 100644
--- a/usr.sbin/tcpdmatch/Makefile
+++ b/usr.sbin/tcpdmatch/Makefile
@@ -8,7 +8,7 @@ PROG= tcpdmatch
MAN= tcpdmatch.8
SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
-CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
+CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
.if !defined(NOINET6)
CFLAGS+=-DINET6
OpenPOWER on IntegriCloud