summaryrefslogtreecommitdiffstats
path: root/libexec/makekey
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
committercsgr <csgr@FreeBSD.org>1994-08-20 21:19:46 +0000
commitbb1890fe44fa9e4bbd2bb339ae460997d8dcedd4 (patch)
treef3b6fc6dafc1125389de39f6a07c1be5a594692b /libexec/makekey
parentee89c5a36579258324425530afd44e5dedad8847 (diff)
downloadFreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.zip
FreeBSD-src-bb1890fe44fa9e4bbd2bb339ae460997d8dcedd4.tar.gz
LDADD= -lcrypt
Submitted by: Geoff
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 5f61f4f..dd07112 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>
OpenPOWER on IntegriCloud