summaryrefslogtreecommitdiff
path: root/libexec/makekey
diff options
context:
space:
mode:
authorGeoff Rehmet <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
committerGeoff Rehmet <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
commit4714bb15be0d610ae5fb7ee6f92c4e1f121accc3 (patch)
treef3b6fc6dafc1125389de39f6a07c1be5a594692b /libexec/makekey
parent11841a6877e8647938e5020e4debae73ed2b0250 (diff)
Notes
Diffstat (limited to 'libexec/makekey')
-rw-r--r--libexec/makekey/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
index 5f61f4f9cb43..dd07112bf1c3 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -3,9 +3,7 @@
PROG= makekey
MAN8= makekey.8
-.if exists(/usr/lib/libcrypt.a)
DPADD+= ${LIBCRYPT}
LDADD+= -lcrypt
-.endif
.include <bsd.prog.mk>