mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 23:05:49 +01:00
Explicitly depend on libcrypt and libmd for a.out too. Fixes a PAM
related problem on a.out systems.
This commit is contained in:
parent
a84c84f5b0
commit
1fc5cffd7b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=41294
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user