From 869537e12d7a377271a1baafe47e877d2e507fcf Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 18 Jan 2004 09:29:47 +0000 Subject: [PATCH] Put chkey(1), newkey(8), and keyserv(8) into the crypto distribution. --- usr.bin/chkey/Makefile | 1 + usr.bin/newkey/Makefile | 1 + usr.sbin/keyserv/Makefile | 1 + 3 files changed, 3 insertions(+) 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 diff --git a/usr.bin/newkey/Makefile b/usr.bin/newkey/Makefile index 6fa5f9697334..c9972d06d3bf 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 diff --git a/usr.sbin/keyserv/Makefile b/usr.sbin/keyserv/Makefile index 54075da67638..ea0a3d8b80e0 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