I missed the LDADD/DPADD for -lmd in the secure cases. :-(

Pointed out by: marcel
This commit is contained in:
Peter Wemm 1999-12-19 16:50:33 +00:00
parent 567664c4a7
commit 1a9527eaaa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=54829

View File

@ -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"