summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chkey')
-rw-r--r--usr.bin/chkey/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index 69c07f0..435a642 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -1,13 +1,11 @@
# $FreeBSD$
-PROG= chkey
-SRCS= chkey.c update.c generic.c
-
.PATH: ${.CURDIR}/../newkey
+PROG= chkey
+SRCS= chkey.c generic.c update.c
CFLAGS+=-DYP
-
-DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBGMP}
+DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
LDADD= -lrpcsvc -lmp -lcrypto
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud