diff options
| author | Darren Reed <darrenr@FreeBSD.org> | 2002-03-20 09:04:34 +0000 |
|---|---|---|
| committer | Darren Reed <darrenr@FreeBSD.org> | 2002-03-20 09:04:34 +0000 |
| commit | 266ef5ec2d1695d252b0517966f2df0126ecb3e3 (patch) | |
| tree | 2c1b543d5b53ad45e71270c75496ada7dc14eab4 | |
| parent | 1bdb47d692fc61df41c8917909597a1f38d3853b (diff) | |
Notes
| -rw-r--r-- | sbin/ipmon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index d900f6754f73..de743322c379 100644 --- a/sbin/ipmon/Makefile +++ b/sbin/ipmon/Makefile @@ -6,7 +6,9 @@ PROG= ipmon MAN= ipl.4 ipmon.8 SRCS= ipmon.c -CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" +CFLAGS+=-I${.CURDIR}/../../sys/contrib/ipfilter +CFLAGS+=-I${.CURDIR}/../../contrib/ipfilter WARNS= 0 MAINTAINER= guido@freebsd.org |
