Don't clobber the default for CFLAGS.

This commit is contained in:
Bruce Evans 2001-08-31 11:05:24 +00:00
parent 573e0948ea
commit a06f83e522
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82646

View File

@ -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