From 9f2e9809a2a51c7a68d1caf5a583d13e10515ee2 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 20 Jul 1993 23:49:11 +0000 Subject: Libcrypt upgrade --- libexec/makekey/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libexec/makekey') 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 -- cgit v1.2.3