diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-11 17:41:58 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-11 17:41:58 +0000 |
commit | 2107b6c68e8c57052aa40a5f4e974a0d9e691a58 (patch) | |
tree | 7dec0b79255be89cb129c24f713b8b0881782d79 /sbin/ipf | |
parent | 74cf6cfebfef7e35f0e8ea8917120a3a0907467d (diff) | |
download | src-2107b6c68e8c57052aa40a5f4e974a0d9e691a58.tar.gz src-2107b6c68e8c57052aa40a5f4e974a0d9e691a58.zip |
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 530950ef831b..dd00cc62f08e 100644 --- a/sbin/ipf/Makefile +++ b/sbin/ipf/Makefile @@ -5,7 +5,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\" -I${.CURDIR}/../../contrib/ipfilter +CFLAGS+=-DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter MAINTAINER= guido@freebsd.org |