summaryrefslogtreecommitdiff
path: root/usr.bin/newkey
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-01-18 09:29:47 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-01-18 09:29:47 +0000
commit869537e12d7a377271a1baafe47e877d2e507fcf (patch)
tree2ef75369a26188c847335d398d5fa012d0ded344 /usr.bin/newkey
parentdd4350b4a774acb66542198b103ae99b9b2885bf (diff)
downloadsrc-test-869537e12d7a377271a1baafe47e877d2e507fcf.tar.gz
src-test-869537e12d7a377271a1baafe47e877d2e507fcf.zip
Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.
Notes
Notes: svn path=/head/; revision=124664
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 6fa5f96973346..c9972d06d3bf8 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