Deleted Added
sdiff udiff text old ( 255180 ) new ( 255597 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 255597 2013-09-15 14:51:23Z des $
3
4.include <bsd.own.mk>
5
6# To satisfy shared library or ELF linkage when only the libraries being
7# built are visible:
8#
9# csu must be built before all shared libaries for ELF.
10# libc must be built before all other shared libraries.
11# libbsm must be built before libauditd.
12# libcom_err must be built before libpam.
13# libcrypt must be built before libpam.
14# libkvm must be built before libdevstat.
15# libldns must be built before libunbound.
16# msun must be built before libg++ and libstdc++.
17# libmd must be built before libatm, libopie, libradius, and libtacplus.
18# ncurses must be built before libdialog, libedit and libreadline.
19# libnetgraph must be built before libbsnmp/modules/snmp_netgraph.
20# libopie must be built before libpam.
21# libradius must be built before libpam.
22# librpcsvc must be built before libpam.
23# libsbuf must be built before libcam.

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

112 libstdbuf \
113 libstdthreads \
114 ${_libtelnet} \
115 ${_libthr} \
116 libthread_db \
117 libufs \
118 libugidfw \
119 libulog \
120 ${_libunbound} \
121 ${_libusbhid} \
122 ${_libusb} \
123 ${_libvgl} \
124 ${_libvmmapi} \
125 libwrap \
126 liby \
127 libyaml \
128 libz \

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

258_libsmdb= libsmdb
259_libsmutil= libsmutil
260.endif
261
262.if ${MK_TELNET} != "no"
263_libtelnet= libtelnet
264.endif
265
266.if ${MK_UNBOUND} != "no"
267_libunbound= libunbound
268.endif
269
270.if ${MK_USB} != "no"
271_libusbhid= libusbhid
272_libusb= libusb
273.endif
274
275.if !defined(LIBRARIES_ONLY)
276afterinstall:
277 ${INSTALL_SYMLINK} ../include ${DESTDIR}/usr/lib/include
278.endif
279
280.include <bsd.subdir.mk>