|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.175, 2000/07/19 14:16:22 | version 1.176, 2000/08/09 23:41:24 | ||
|---|---|---|---|
|
|
||
| exists(${BSDSRCDIR}/lib/checkver) | exists(${BSDSRCDIR}/lib/checkver) | ||
| checkver: | checkver: | ||
| @(cd ${.CURDIR} && \ | @(cd ${.CURDIR} && \ | ||
| ${BSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \ | sh ${BSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \ | ||
| -d ${DESTDIR}${LIBDIR} ${LIB}) | -d ${DESTDIR}${LIBDIR} ${LIB}) | ||
| .endif | .endif | ||
| .endif | .endif |