| version 1.91, 1997/03/27 17:33:34 |
version 1.92, 1997/03/29 08:02:50 |
|
|
| # $NetBSD$ |
# $NetBSD$ |
| # @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91 |
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94 |
| |
|
| .if exists(${.CURDIR}/../Makefile.inc) |
.if exists(${.CURDIR}/../Makefile.inc) |
| .include "${.CURDIR}/../Makefile.inc" |
.include "${.CURDIR}/../Makefile.inc" |
| Line 268 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| Line 268 libinstall:: ${DESTDIR}${LIBDIR}/lib${LI |
|
| .if !defined(BUILD) |
.if !defined(BUILD) |
| ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE |
${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: .MADE |
| .endif |
.endif |
| |
|
| ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} |
${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR}: lib${LIB}.so.${SHLIB_MAJOR}.${SHLIB_MINOR} |
| ${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${.ALLSRC} \ |
${INSTALL} ${COPY} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} ${.ALLSRC} \ |
| ${.TARGET} |
${.TARGET} |