diff options
| author | Brian Feldman <green@FreeBSD.org> | 2004-10-03 06:32:37 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2004-10-03 06:32:37 +0000 |
| commit | a5559720e138fd07c5e3f86b5be9e3225df6ae23 (patch) | |
| tree | 1b62410e79a29717c5899c5debb35b3af1baafb4 | |
| parent | bda6cef0a40dcb03b51bd0e2700a3abcbd1f3936 (diff) | |
Notes
| -rw-r--r-- | sbin/ipfw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipfw/Makefile b/sbin/ipfw/Makefile index bfd1561d1c5c..023f682b25f5 100644 --- a/sbin/ipfw/Makefile +++ b/sbin/ipfw/Makefile @@ -4,6 +4,5 @@ PROG= ipfw SRCS= ipfw2.c WARNS?= 0 MAN= ipfw.8 -CFLAGS+= -I${.CURDIR}/../../sys/contrib/pf .include <bsd.prog.mk> |
