mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-02 04:13:39 +00:00
If building under elf, have libskey.so depend on libmd and libcrypt.
This commit is contained in:
parent
1840bd1444
commit
7bd6d5e7cf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29143
@ -11,6 +11,11 @@ MAN5= skey.access.5
|
||||
|
||||
CFLAGS+=-DPERMIT_CONSOLE -D_SKEY_INTERNAL -I${.CURDIR}
|
||||
|
||||
.if ${BINFORMAT} == elf
|
||||
DPADD+= ${LIBCRYPT} ${LIBMD}
|
||||
LDADD+= -lcrypt -lmd
|
||||
.endif
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/skey.h \
|
||||
${DESTDIR}/usr/include
|
||||
|
Loading…
Reference in New Issue
Block a user