Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution.

This commit is contained in:
Ruslan Ermilov 2004-01-18 09:29:47 +00:00
parent dd4350b4a7
commit 869537e12d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124664
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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