From 1a9527eaaad28d19a91707c53bb0b38003b42e59 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 19 Dec 1999 16:50:33 +0000 Subject: [PATCH] I missed the LDADD/DPADD for -lmd in the secure cases. :-( Pointed out by: marcel --- secure/lib/libcrypt/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index 8cd4eea6474..96d499266d9 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -27,9 +27,6 @@ CFLAGS+= -DNONEXPORTABLE_CRYPT CFLAGS+= -DLIBC_SCCS -Wall PRECIOUSLIB= yes -LDADD+= -lmd -DPADD+= ${LIBMD} - # Include this early to pick up the definitions of SHLIB_MAJOR and # SHLIB_MINOR which are used in the existence tests. .include "${.CURDIR}/../../../lib/Makefile.inc"