From 472ecf8a69caae7475b123a7ebaf78e1204be65c Mon Sep 17 00:00:00 2001 From: darrenr Date: Wed, 20 Mar 2002 09:04:34 +0000 Subject: * add extra -I path to get the "matching" header files. (and split the one line up into three to make it more readable) --- sbin/ipmon/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/ipmon/Makefile b/sbin/ipmon/Makefile index d900f67..de74332 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 -- cgit v1.1