Deleted Added
full compact
Makefile (278193) Makefile (278320)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: head/lib/Makefile 278193 2015-02-04 10:24:40Z ngie $
2# $FreeBSD: head/lib/Makefile 278320 2015-02-06 16:09:01Z jhb $
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

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

36 libbz2 \
37 libcalendar \
38 libcam \
39 ${_libcapsicum} \
40 ${_libcasper} \
41 ${_libcom_err} \
42 libcompat \
43 libcrypt \
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

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

36 libbz2 \
37 libcalendar \
38 libcam \
39 ${_libcapsicum} \
40 ${_libcasper} \
41 ${_libcom_err} \
42 libcompat \
43 libcrypt \
44 libdevctl \
44 libdevinfo \
45 libdevstat \
46 libdpv \
47 libdwarf \
48 libedit \
49 ${_libelftc} \
50 ${_libevent} \
51 libexecinfo \

--- 282 unchanged lines hidden ---
45 libdevinfo \
46 libdevstat \
47 libdpv \
48 libdwarf \
49 libedit \
50 ${_libelftc} \
51 ${_libevent} \
52 libexecinfo \

--- 282 unchanged lines hidden ---