diff options
author | bde <bde@FreeBSD.org> | 2001-08-31 11:05:24 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 2001-08-31 11:05:24 +0000 |
commit | 7ae51c7d3fcedeea830d1b4c6a1185ab48cf009a (patch) | |
tree | 9ec4a6448699c0d37f3e5a94d47e04486f13ff68 /usr.sbin/tcpdmatch | |
parent | da7bfcdf0c068abf5067b8a83689c247313e7403 (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |