Deleted Added
full compact
Makefile (274987) Makefile (275373)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 274987 2014-11-24 21:49:40Z rpaulo $
2# $FreeBSD: head/lib/Makefile 275373 2014-12-01 17:49:42Z emaste $
3
4.include <src.opts.mk>
5
6# The SUBDIR_ORDERED list is a small set of libraries which are used by many
7# of the other libraries. These are built first with a .WAIT between them
8# and the main list to avoid needing a SUBDIR_DEPEND line on every library
9# naming just these few items.
10

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

40 ${_libcom_err} \
41 libcompat \
42 libcrypt \
43 libdevinfo \
44 libdevstat \
45 libdpv \
46 libdwarf \
47 libedit \
3
4.include <src.opts.mk>
5
6# The SUBDIR_ORDERED list is a small set of libraries which are used by many
7# of the other libraries. These are built first with a .WAIT between them
8# and the main list to avoid needing a SUBDIR_DEPEND line on every library
9# naming just these few items.
10

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

40 ${_libcom_err} \
41 libcompat \
42 libcrypt \
43 libdevinfo \
44 libdevstat \
45 libdpv \
46 libdwarf \
47 libedit \
48 ${_libelftc} \
48 ${_libevent} \
49 libexecinfo \
50 libexpat \
51 libfetch \
52 libfigpar \
53 libgeom \
54 ${_libgpib} \
55 libgpio \

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

185.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
186_clang= clang
187.endif
188
189.if ${MK_CUSE} != "no"
190_cuse= libcuse
191.endif
192
49 ${_libevent} \
50 libexecinfo \
51 libexpat \
52 libfetch \
53 libfigpar \
54 libgeom \
55 ${_libgpib} \
56 libgpio \

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

186.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
187_clang= clang
188.endif
189
190.if ${MK_CUSE} != "no"
191_cuse= libcuse
192.endif
193
194.if ${MK_ELFTOOLCHAIN_TOOLS} != "no"
195_libelftc= libelftc
196.endif
197
193.if ${MK_GPIB} != "no"
194_libgpib= libgpib
195.endif
196
197.if ${MK_GSSAPI} != "no"
198_libgssapi= libgssapi
199_librpcsec_gss= librpcsec_gss
200.endif

--- 109 unchanged lines hidden ---
198.if ${MK_GPIB} != "no"
199_libgpib= libgpib
200.endif
201
202.if ${MK_GSSAPI} != "no"
203_libgssapi= libgssapi
204_librpcsec_gss= librpcsec_gss
205.endif

--- 109 unchanged lines hidden ---