Don't clobber CFLAGS.

Submitted by:	bde
This commit is contained in:
Mark Murray 2001-08-04 21:48:18 +00:00
parent bd8e0d5871
commit 6adf353a56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81141

View file

@ -8,7 +8,7 @@ PROG= tcpdchk
MAN= tcpdchk.8
SRCS= tcpdchk.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 \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\"
.if !defined(NOINET6)