summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-08-04 21:48:18 +0000
committerMark Murray <markm@FreeBSD.org>2001-08-04 21:48:18 +0000
commit6adf353a56a161443406b44a45d00c688ca7b857 (patch)
tree0c032b2c72d3cc3d52f618df7e8224802cda66c7
parentbd8e0d5871412b8bc9366645757b77c5ed834e9c (diff)
Notes
-rw-r--r--usr.sbin/tcpdchk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/tcpdchk/Makefile b/usr.sbin/tcpdchk/Makefile
index fa33290e582d..3c5a040ed8cf 100644
--- a/usr.sbin/tcpdchk/Makefile
+++ b/usr.sbin/tcpdchk/Makefile
@@ -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)