diff options
author | ru <ru@FreeBSD.org> | 2004-01-18 09:29:47 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-18 09:29:47 +0000 |
commit | cecc8b3a72b497cc17e638bdef473354c785ae8e (patch) | |
tree | 2ef75369a26188c847335d398d5fa012d0ded344 /usr.sbin | |
parent | 505b25160951cdb250ed260bce42c5fd2bb547cd (diff) | |
download | FreeBSD-src-cecc8b3a72b497cc17e638bdef473354c785ae8e.zip FreeBSD-src-cecc8b3a72b497cc17e638bdef473354c785ae8e.tar.gz |
Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/keyserv/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile index 54075da..ea0a3d8 100644 --- a/usr.sbin/keyserv/Makefile +++ b/usr.sbin/keyserv/Makefile @@ -6,6 +6,7 @@ SRCS= keyserv.c setkey.c crypt_svc.c crypt_server.c crypt.h CFLAGS+= -DKEYSERV_RANDOM -DBROKEN_DES -I. +DISTRIBUTION= crypto DPADD= ${LIBMP} ${LIBCRYPTO} ${LIBRPCSVC} LDADD= -lmp -lcrypto -lrpcsvc |