summaryrefslogtreecommitdiff
path: root/usr.bin/chkey
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/chkey
parentdd4350b4a774acb66542198b103ae99b9b2885bf (diff)
downloadsrc-test2-869537e12d7a377271a1baafe47e877d2e507fcf.tar.gz
src-test2-869537e12d7a377271a1baafe47e877d2e507fcf.zip
Notes
Diffstat (limited to 'usr.bin/chkey')
-rw-r--r--usr.bin/chkey/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index 8cf1ef26e864..93855ed4e564 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -5,6 +5,7 @@
PROG= chkey
SRCS= chkey.c generic.c update.c
CFLAGS+=-DYP -I${.CURDIR}/../newkey
+DISTRIBUTION= crypto
DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD= -lrpcsvc -lmp -lcrypto