Deleted Added
full compact
bsd.lib.mk (5386) bsd.lib.mk (5585)
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
1# from: @(#)bsd.lib.mk 5.26 (Berkeley) 5/2/91
2# $Id: bsd.lib.mk,v 1.16 1994/12/28 00:49:58 ache Exp $
2# $Id: bsd.lib.mk,v 1.17 1995/01/04 22:32:40 ache Exp $
3#
4
5.if exists(${.CURDIR}/../Makefile.inc)
6.include "${.CURDIR}/../Makefile.inc"
7.endif
8
9.if exists(${.CURDIR}/shlib_version)
10SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major

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

274install: afterinstall
275.if !defined(NOMAN)
276afterinstall: realinstall maninstall
277.else
278afterinstall: realinstall
279.endif
280.endif
281
3#
4
5.if exists(${.CURDIR}/../Makefile.inc)
6.include "${.CURDIR}/../Makefile.inc"
7.endif
8
9.if exists(${.CURDIR}/shlib_version)
10SHLIB_MAJOR != . ${.CURDIR}/shlib_version ; echo $$major

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

274install: afterinstall
275.if !defined(NOMAN)
276afterinstall: realinstall maninstall
277.else
278afterinstall: realinstall
279.endif
280.endif
281
282DISTRIBUTION?= bindist
282DISTRIBUTION?= bin
283.if !target(distribute)
284distribute:
285 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
286.endif
287
288.if !target(lint)
289lint:
290.endif

--- 30 unchanged lines hidden ---
283.if !target(distribute)
284distribute:
285 cd ${.CURDIR} ; $(MAKE) install DESTDIR=${RELEASEDIR}/${DISTRIBUTION} SHARED=copies
286.endif
287
288.if !target(lint)
289lint:
290.endif

--- 30 unchanged lines hidden ---