aboutsummaryrefslogtreecommitdiff
path: root/libexec/makekey/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/makekey/Makefile')
-rw-r--r--libexec/makekey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
index d61df5d824c7f..2028c6dad80b6 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -4,7 +4,7 @@
PROG= makekey
MAN8= makekey.8
-DPADD+= ${LIBCRYPT} ${LIBMD}
-LDADD+= -lcrypt -lmd
+DPADD+= ${LIBCRYPT}
+LDADD+= -lcrypt
.include <bsd.prog.mk>