* 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:
parent
b616dbb7b2
commit
5e00e64288
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user