summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:41:48 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>1999-12-11 10:41:48 +0000
commit215ec0678cd884eb1876be8caf34316913ad4fb7 (patch)
tree7587d0f7e40b853b967be60f3b697da9212cc72f /usr.sbin/route6d/Makefile
parent3955b014b5e92f1be5fa5d7a16d7be0db179112a (diff)
add and enable route6d. fix bogus enties in distrib/sets/lists.
XXX route6d is not really tested on kame/openbsd. there can be some trouble with kernel advanced API part.
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-rw-r--r--usr.sbin/route6d/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
new file mode 100644
index 00000000000..d234161ba84
--- /dev/null
+++ b/usr.sbin/route6d/Makefile
@@ -0,0 +1,8 @@
+# $OpenBSD: Makefile,v 1.1 1999/12/11 10:41:46 itojun Exp $
+
+PROG= route6d
+MAN= route6d.8
+
+CPPFLAGS+= -DADVAPI -DINET6
+
+.include <bsd.prog.mk>