summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdmatch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdmatch/Makefile')
-rw-r--r--usr.sbin/tcpdmatch/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile
index c29eb91..e69c050 100644
--- a/usr.sbin/tcpdmatch/Makefile
+++ b/usr.sbin/tcpdmatch/Makefile
@@ -10,6 +10,9 @@ SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c
CFLAGS= -DREAL_DAEMON_DIR=\"/usr/libexec\" \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10
+.if !defined(NOINET6)
+CFLAGS+=-DINET6
+.endif
DPADD= ${LIBWRAP}
LDADD= -lwrap
OpenPOWER on IntegriCloud