Deleted Added
sdiff udiff text old ( 97101 ) new ( 97769 )
full compact
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 $
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.incs.mk>
343
344.if !defined(NOMAN)
345realinstall: _maninstall
346.endif
347
348.endif
349

--- 20 unchanged lines hidden ---