Deleted Added
sdiff udiff text old ( 255180 ) new ( 255597 )
full compact
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 255180 2013-09-03 15:22:04Z emaste $
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# msun must be built before libg++ and libstdc++.
16# libmd must be built before libatm, libopie, libradius, and libtacplus.
17# ncurses must be built before libdialog, libedit and libreadline.
18# libnetgraph must be built before libbsnmp/modules/snmp_netgraph.
19# libopie must be built before libpam.
20# libradius must be built before libpam.
21# librpcsvc must be built before libpam.
22# libsbuf must be built before libcam.

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

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

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

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