summaryrefslogtreecommitdiffstats
path: root/secure
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-19 16:50:33 +0000
committerpeter <peter@FreeBSD.org>1999-12-19 16:50:33 +0000
commitd82c29ef6e0ca3baf994cdee4ed642175986c5d3 (patch)
treedab0f3f49e79a6098fea6838c5b28f4875cdde9d /secure
parent58b687c462e608fbb9d0baebacd235cdcfb54f4c (diff)
downloadFreeBSD-src-d82c29ef6e0ca3baf994cdee4ed642175986c5d3.zip
FreeBSD-src-d82c29ef6e0ca3baf994cdee4ed642175986c5d3.tar.gz
I missed the LDADD/DPADD for -lmd in the secure cases. :-(
Pointed out by: marcel
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypt/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile
index 8cd4eea..96d4992 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"
OpenPOWER on IntegriCloud