Deleted Added
full compact
bsd.lib.mk (17819) bsd.lib.mk (18052)
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.39 1996/08/11 12:24:44 peter Exp $
2# $Id: bsd.lib.mk,v 1.42 1996/08/25 05:16:56 jkh 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

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

256.if !defined(NOMAN)
257.include <bsd.man.mk>
258.elif !target(maninstall)
259maninstall:
260all-man:
261.endif
262
263.include <bsd.dep.mk>
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

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

256.if !defined(NOMAN)
257.include <bsd.man.mk>
258.elif !target(maninstall)
259maninstall:
260all-man:
261.endif
262
263.include <bsd.dep.mk>
264.include <bsd.libnames.mk>
264.include <bsd.obj.mk>
265.include <bsd.obj.mk>