summaryrefslogtreecommitdiffstats
path: root/usr.sbin/keyadmin/Makefile
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-06-17 19:47:57 +0000
committerwollman <wollman@FreeBSD.org>1996-06-17 19:47:57 +0000
commit9e1f4da8091f53ffaaeb1bcff159bfa20ebb3882 (patch)
tree0da1fbf83510c208f9e14649f1af7536eae1e5e0 /usr.sbin/keyadmin/Makefile
downloadFreeBSD-src-9e1f4da8091f53ffaaeb1bcff159bfa20ebb3882.zip
FreeBSD-src-9e1f4da8091f53ffaaeb1bcff159bfa20ebb3882.tar.gz
This is the `key' program from NRL's IPv6 distribution, heavily
hacked up by me to remove the IPv6 stuff (fow now). I renamed it `keyadmin' since `key' was already taken by the S/Key calculator. Its purpose is to act as a command-driven interface to the `PF_KEY' socket domain, analogously to thefunction of route(8) in the `PF_ROUTE' domain. This program is believed to be exportable, since it does no actual cryptography itself.
Diffstat (limited to 'usr.sbin/keyadmin/Makefile')
-rw-r--r--usr.sbin/keyadmin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/keyadmin/Makefile b/usr.sbin/keyadmin/Makefile
new file mode 100644
index 0000000..d0a422e
--- /dev/null
+++ b/usr.sbin/keyadmin/Makefile
@@ -0,0 +1,6 @@
+# $ANA: Makefile,v 1.2 1996/06/13 20:11:05 wollman Exp $
+
+PROG= keyadmin
+MAN8= keyadmin.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud