summaryrefslogtreecommitdiffstats
path: root/sbin/ip6fw/Makefile
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>2000-01-29 13:54:44 +0000
committershin <shin@FreeBSD.org>2000-01-29 13:54:44 +0000
commit5a973d30653a0d2ce9d1bca438ae120ce1294ac2 (patch)
treeeec3caa9477b35ab902b34b223e2563e367b3d74 /sbin/ip6fw/Makefile
parent9baed61100deb3348d58b0ae491f730150f86a4b (diff)
downloadFreeBSD-src-5a973d30653a0d2ce9d1bca438ae120ce1294ac2.zip
FreeBSD-src-5a973d30653a0d2ce9d1bca438ae120ce1294ac2.tar.gz
Add ip6fw.
Yes it is almost code freeze, but as the result of many thought, now I think this should be added before 4.0... make world check, kernel build check is done. Reviewed by: green Obtained from: KAME project
Diffstat (limited to 'sbin/ip6fw/Makefile')
-rw-r--r--sbin/ip6fw/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/ip6fw/Makefile b/sbin/ip6fw/Makefile
new file mode 100644
index 0000000..975aef5
--- /dev/null
+++ b/sbin/ip6fw/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= ip6fw
+MAN8= ip6fw.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud