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)
This commit is contained in:
Max Laier 2004-10-03 06:19:22 +00:00
parent 97bfd54f4f
commit bda6cef0a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136078

View File

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