summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/Makefile
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2004-10-03 00:17:46 +0000
committergreen <green@FreeBSD.org>2004-10-03 00:17:46 +0000
commita1ab5f0c7dae91ac2b8d9c2be9463083757f5fe6 (patch)
treee40a46b2deb9dd73b5b7b3f96b1f19d44079a888 /sbin/ipfw/Makefile
parentc4db706631d6435563c38ac0b9ba4acbbfddccb6 (diff)
downloadFreeBSD-src-a1ab5f0c7dae91ac2b8d9c2be9463083757f5fe6.zip
FreeBSD-src-a1ab5f0c7dae91ac2b8d9c2be9463083757f5fe6.tar.gz
Add to IPFW the ability to do ALTQ classification/tagging.
Diffstat (limited to 'sbin/ipfw/Makefile')
-rw-r--r--sbin/ipfw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile
index 023f682..bfd1561 100644
--- a/sbin/ipfw/Makefile
+++ b/sbin/ipfw/Makefile
@@ -4,5 +4,6 @@ PROG= ipfw
SRCS= ipfw2.c
WARNS?= 0
MAN= ipfw.8
+CFLAGS+= -I${.CURDIR}/../../sys/contrib/pf
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud