| version 1.163, 2003/01/24 02:06:37 |
version 1.164, 2003/02/22 04:46:08 |
| Line 54 __bsd_prog_mk_system_libs?= \ |
|
| Line 54 __bsd_prog_mk_system_libs?= \ |
|
| .for _n in ${__bsd_prog_mk_system_libs} |
.for _n in ${__bsd_prog_mk_system_libs} |
| .ifndef LIB${_n} |
.ifndef LIB${_n} |
| LIB${_n}= ${DESTDIR}/usr/lib/lib${_n:tl}.a |
LIB${_n}= ${DESTDIR}/usr/lib/lib${_n:tl}.a |
| # XXX - note that ${DESTDIR} will expanded in the following rule |
# XXX - note that ${DESTDIR} will be expanded in the following rule |
| .MADE: ${LIB${_n}} |
.MADE: ${LIB${_n}} |
| .endif |
.endif |
| .endfor |
.endfor |