diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2002-04-27 18:13:36 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2002-04-27 18:13:36 +0000 |
| commit | 38702a12f95fb6e1afa26ca3d03e2624e58287ae (patch) | |
| tree | 55acdb3a99ed0ef2dbbb010ee9d6d9e3437769f1 /sbin/ipf | |
| parent | 7a73cff212af4ab965328da76c97c82389e92992 (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 e7626d866490..147b175ee2e9 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -6,7 +6,7 @@ PROG= ipf MAN= ipf.4 ipf.5 ipf.8 SRCS= ipf.c parse.c opt.c facpri.c common.c CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -CFLAGS+=-I- -I${.CURDIR}/../../sys/contrib/ipfilter/netinet +CFLAGS+=-I- -I${.CURDIR}/../../sys/contrib/ipfilter CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org |
