summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authormlaier <mlaier@FreeBSD.org>2004-10-03 06:19:22 +0000
committermlaier <mlaier@FreeBSD.org>2004-10-03 06:19:22 +0000
commit66f685228009f8cb025f8aee9e9ba3978ab4c63e (patch)
treecf7d4b6dbf6f96c37fde0c3866b5a3fa8d115b7a /sbin
parente1e05500fd16c2686e5d57f6ae89b0051ace112e (diff)
downloadFreeBSD-src-66f685228009f8cb025f8aee9e9ba3978ab4c63e.zip
FreeBSD-src-66f685228009f8cb025f8aee9e9ba3978ab4c63e.tar.gz
Remove -I from CFLAGS. This splipped in with the 3.5 import (as I was
building on a box with older pfvar.h installed). Didn't intend to commit it. Requested by: ru (on a C&P to ipfw's Makefile)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/pfctl/Makefile b/sbin/pfctl/Makefile
index bcdea13..0c66102 100644
--- a/sbin/pfctl/Makefile
+++ b/sbin/pfctl/Makefile
@@ -11,7 +11,6 @@ SRCS+= pfctl_osfp.c pfctl_radix.c pfctl_table.c pfctl_qstats.c
CFLAGS+= -Wall -Wmissing-prototypes -Wno-uninitialized
CFLAGS+= -Wstrict-prototypes -I${.CURDIR}/../../contrib/pf/pfctl
-CFLAGS+= -I${.CURDIR}/../../sys/contrib/pf
# XXX ALTQ
CFLAGS+= -DENABLE_ALTQ
OpenPOWER on IntegriCloud