From 61fdd33a1cb636285b6e8fe6b086b4a9c9eca38e Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 20 Jul 1993 23:49:11 +0000 Subject: [PATCH] Libcrypt upgrade --- libexec/makekey/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index f5a37311f14..5f61f4f9cb4 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 -- 2.45.2