From 11bc42974263912f0a6fe465a2ce7721deaf4c6e Mon Sep 17 00:00:00 2001 From: nectar Date: Tue, 31 Oct 2000 22:29:27 +0000 Subject: Build with -DUSE_INET6 so that we can actually use the IPv6 support in IPFilter 3.4.x. Approved by: darrenr, guido --- sbin/ipmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/ipmon') diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index 9a07889..9df9905 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -7,7 +7,7 @@ MAN4= ipl.4 MAN8= ipmon.8 SRCS= ipmon.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org -- cgit v1.1