diff options
| author | Jacques Vidrine <nectar@FreeBSD.org> | 2000-10-31 22:29:27 +0000 |
|---|---|---|
| committer | Jacques Vidrine <nectar@FreeBSD.org> | 2000-10-31 22:29:27 +0000 |
| commit | 9629a4e92d9231851ea16e9a90de1d21aaa9f38d (patch) | |
| tree | f01888a1ac36d694a3792bf5bd31dce432abc789 /sbin/ipf | |
| parent | 8fcf57f5f66081320a7273f6866e8b036f90efa6 (diff) | |
Notes
Diffstat (limited to 'sbin/ipf')
| -rw-r--r-- | sbin/ipf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile index b21a622e72bf..39a22b5d20c7 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -7,7 +7,7 @@ MAN4= ipf.4 MAN5= ipf.5 MAN8= ipf.8 SRCS= ipf.c parse.c opt.c facpri.c common.c -CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org |
