aboutsummaryrefslogtreecommitdiff
path: root/libexec/makekey
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1993-07-20 23:49:11 +0000
committerNate Williams <nate@FreeBSD.org>1993-07-20 23:49:11 +0000
commit9f2e9809a2a51c7a68d1caf5a583d13e10515ee2 (patch)
tree70c67c361bd6658b2cfad8b289728f57f4d16d39 /libexec/makekey
parent69a164c5e32a6cb46f5679ffec5977e4b52bd1fd (diff)
downloadsrc-9f2e9809a2a51c7a68d1caf5a583d13e10515ee2.tar.gz
src-9f2e9809a2a51c7a68d1caf5a583d13e10515ee2.zip
Libcrypt upgrade
Notes
Notes: svn path=/head/; revision=173
Diffstat (limited to 'libexec/makekey')
-rw-r--r--libexec/makekey/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile
index f5a37311f148..5f61f4f9cb43 100644
--- a/libexec/makekey/Makefile
+++ b/libexec/makekey/Makefile
@@ -3,4 +3,9 @@
PROG= makekey
MAN8= makekey.8
+.if exists(/usr/lib/libcrypt.a)
+DPADD+= ${LIBCRYPT}
+LDADD+= -lcrypt
+.endif
+
.include <bsd.prog.mk>