Add support for CRUNCH_LIBS_ for specifying a lib only for 1 prog.

Sponsored by:	Dell EMC Isilon
This commit is contained in:
bdrewery 2017-11-10 07:52:46 +00:00
parent f34ab56c09
commit 4cde43f98f

View File

@ -100,6 +100,9 @@ ${CONF}: Makefile
.else
echo special ${P} buildopts DIRPRFX=${DIRPRFX}${P}/ >>${.TARGET}
.endif
.ifdef CRUNCH_LIBS_${P}
echo special ${P} lib ${CRUNCH_LIBS_${P}} >>${.TARGET}
.endif
.for A in ${CRUNCH_ALIAS_${P}}
echo ln ${P} ${A} >>${.TARGET}
.endfor