* add extra -I path to get the "matching" header files. (and split the one

line up into three to make it more readable)
This commit is contained in:
Darren Reed 2002-03-20 09:04:34 +00:00
parent 1bdb47d692
commit 266ef5ec2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92775

View File

@ -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