summaryrefslogtreecommitdiffstats
path: root/usr.bin/newkey
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-18 09:29:47 +0000
committerru <ru@FreeBSD.org>2004-01-18 09:29:47 +0000
commitcecc8b3a72b497cc17e638bdef473354c785ae8e (patch)
tree2ef75369a26188c847335d398d5fa012d0ded344 /usr.bin/newkey
parent505b25160951cdb250ed260bce42c5fd2bb547cd (diff)
downloadFreeBSD-src-cecc8b3a72b497cc17e638bdef473354c785ae8e.zip
FreeBSD-src-cecc8b3a72b497cc17e638bdef473354c785ae8e.tar.gz
Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.
Diffstat (limited to 'usr.bin/newkey')
-rw-r--r--usr.bin/newkey/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile
index 6fa5f96..c9972d0 100644
--- a/usr.bin/newkey/Makefile
+++ b/usr.bin/newkey/Makefile
@@ -4,6 +4,7 @@ PROG= newkey
SRCS= newkey.c generic.c update.c
CFLAGS+= -DYP
MAN= newkey.8
+DISTRIBUTION= crypto
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD= -lrpcsvc -lmp -lcrypto
OpenPOWER on IntegriCloud