Deleted Added
full compact
bsd.lib.mk (97101) bsd.lib.mk (97769)
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 97101 2002-05-22 11:03:35Z ru $
2# $FreeBSD: head/share/mk/bsd.lib.mk 97769 2002-06-03 14:49:34Z ru $
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.
9# SHLIB_LINK will be defined only if we are to create a link to it.
10# INSTALL_PIC_ARCHIVE will be defined only if we are to create a PIC archive.

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

334 shift; \
335 t=${DESTDIR}$$1; \
336 shift; \
337 ${ECHO} $$t -\> $$l; \
338 ln -fs $$l $$t; \
339 done; true
340.endif
341
3#
4
5.include <bsd.init.mk>
6
7# Set up the variables controlling shared libraries. After this section,
8# SHLIB_NAME will be defined only if we are to create a shared library.
9# SHLIB_LINK will be defined only if we are to create a link to it.
10# INSTALL_PIC_ARCHIVE will be defined only if we are to create a PIC archive.

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

334 shift; \
335 t=${DESTDIR}$$1; \
336 shift; \
337 ${ECHO} $$t -\> $$l; \
338 ln -fs $$l $$t; \
339 done; true
340.endif
341
342.include <bsd.files.mk>
342.include <bsd.incs.mk>
343
344.if !defined(NOMAN)
345realinstall: _maninstall
346.endif
347
348.endif
349

--- 20 unchanged lines hidden ---
343.include <bsd.incs.mk>
344
345.if !defined(NOMAN)
346realinstall: _maninstall
347.endif
348
349.endif
350

--- 20 unchanged lines hidden ---