Deleted Added
full compact
bsd.lib.mk (95306) bsd.lib.mk (95327)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $FreeBSD: head/share/mk/bsd.lib.mk 95306 2002-04-23 09:03:56Z ru $
2# $FreeBSD: head/share/mk/bsd.lib.mk 95327 2002-04-23 22:16:41Z obrien $
3#
4
5.include <bsd.init.mk>
6
7.if exists(${.CURDIR}/shlib_version)
8SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major
9.if ${OBJFORMAT} == aout
10SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor

--- 338 unchanged lines hidden (view full) ---

349
350install: afterinstall
351afterinstall: realinstall
352.if !defined(NOMAN)
353afterinstall: maninstall
354.endif
355.endif
356
3#
4
5.include <bsd.init.mk>
6
7.if exists(${.CURDIR}/shlib_version)
8SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major
9.if ${OBJFORMAT} == aout
10SHLIB_MINOR != . ${.CURDIR}/shlib_version ; echo $$minor

--- 338 unchanged lines hidden (view full) ---

349
350install: afterinstall
351afterinstall: realinstall
352.if !defined(NOMAN)
353afterinstall: maninstall
354.endif
355.endif
356
357DISTRIBUTION?= bin
357DISTRIBUTION?= base
358.if !target(distribute)
359distribute:
360.for dist in ${DISTRIBUTION}
361 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
362.endfor
363.endif
364
365.if !target(lint)

--- 17 unchanged lines hidden ---
358.if !target(distribute)
359distribute:
360.for dist in ${DISTRIBUTION}
361 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${DISTDIR}/${dist} SHARED=copies
362.endfor
363.endif
364
365.if !target(lint)

--- 17 unchanged lines hidden ---