aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf/Makefile
diff options
context:
space:
mode:
authorGuido van Rooij <guido@FreeBSD.org>1999-11-23 21:53:19 +0000
committerGuido van Rooij <guido@FreeBSD.org>1999-11-23 21:53:19 +0000
commitebcb6d9e5b30150d59369fb09d0ab00eae5b6c7d (patch)
tree2b0ab4ab01dea6511a2cb45f64eb95b49c3f3cce /sbin/ipf/Makefile
parent9cc86ee930d88ee4bf817ea7bf2a36679f1d1e47 (diff)
downloadsrc-ebcb6d9e5b30150d59369fb09d0ab00eae5b6c7d.tar.gz
src-ebcb6d9e5b30150d59369fb09d0ab00eae5b6c7d.zip
Revive userland stuff for ipfilter.
Also fixes: PR: 7791
Notes
Notes: svn path=/head/; revision=53643
Diffstat (limited to 'sbin/ipf/Makefile')
-rw-r--r--sbin/ipf/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/ipf/Makefile b/sbin/ipf/Makefile
new file mode 100644
index 000000000000..9056cf08e273
--- /dev/null
+++ b/sbin/ipf/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man
+
+PROG= ipf
+MAN4= ipf.4
+MAN5= ipf.5
+MAN8= ipf.8
+SRCS= ipf.c parse.c opt.c facpri.c
+CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter
+
+.include <bsd.prog.mk>