Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM

related problem on a.out systems.
This commit is contained in:
John Polstra 1998-11-22 19:26:39 +00:00
parent a84c84f5b0
commit 1fc5cffd7b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41294

View File

@ -15,10 +15,8 @@ CFLAGS+=-W -Wall
CFLAGS+=-Werror
.endif
.if ${OBJFORMAT} == elf
DPADD+= ${LIBCRYPT} ${LIBMD}
LDADD+= -lcrypt -lmd
.endif
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/skey.h \