From 5c04306fea28785632e3975355c1de290b84d0d5 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 21 Dec 2004 10:49:29 +0000 Subject: NOINET6 -> NO_INET6 --- usr.sbin/tcpdmatch/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/tcpdmatch') diff --git a/usr.sbin/tcpdmatch/Makefile b/usr.sbin/tcpdmatch/Makefile index bea68aa..2370e9c 100644 --- a/usr.sbin/tcpdmatch/Makefile +++ b/usr.sbin/tcpdmatch/Makefile @@ -8,7 +8,7 @@ SRCS= tcpdmatch.c fakelog.c inetcf.c scaffold.c CFLAGS+=-DREAL_DAEMON_DIR=\"/usr/libexec\" \ -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 -.if !defined(NOINET6) +.if !defined(NO_INET6) CFLAGS+=-DINET6 .endif -- cgit v1.1