From 66f685228009f8cb025f8aee9e9ba3978ab4c63e Mon Sep 17 00:00:00 2001 From: mlaier Date: Sun, 3 Oct 2004 06:19:22 +0000 Subject: 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) --- sbin/pfctl/Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.1