summaryrefslogtreecommitdiffstats
path: root/usr.bin/chkey
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/chkey')
-rw-r--r--usr.bin/chkey/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/chkey/Makefile b/usr.bin/chkey/Makefile
index a9e00e8..4f47b9c 100644
--- a/usr.bin/chkey/Makefile
+++ b/usr.bin/chkey/Makefile
@@ -10,7 +10,6 @@ CFLAGS+= -I${.CURDIR}/../newkey
.if ${MK_NIS} != "no"
CFLAGS+= -DYP
.endif
-DPADD= ${LIBRPCSVC} ${LIBMP} ${LIBCRYPTO}
-LDADD= -lrpcsvc -lmp -lcrypto
+LIBADD+= rpcsvc mp
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud