mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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:
parent
97bfd54f4f
commit
bda6cef0a4
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue