Deleted Added
full compact
Makefile (279506) Makefile (280438)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/lib/Makefile 279506 2015-03-01 22:07:54Z ngie $
2# $FreeBSD: stable/10/lib/Makefile 280438 2015-03-24 14:36:10Z ken $
3
4.include <bsd.own.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

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

60 ${_libldns} \
61 liblzma \
62 ${_libmagic} \
63 libmandoc \
64 libmemstat \
65 libmd \
66 ${_libmilter} \
67 ${_libmp} \
3
4.include <bsd.own.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

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

60 ${_libldns} \
61 liblzma \
62 ${_libmagic} \
63 libmandoc \
64 libmemstat \
65 libmd \
66 ${_libmilter} \
67 ${_libmp} \
68 libmt \
68 ${_libnandfs} \
69 libnetbsd \
70 ${_libnetgraph} \
71 ${_libngatm} \
72 libopie \
73 libpam \
74 libpcap \
75 ${_libpmc} \

--- 228 unchanged lines hidden ---
69 ${_libnandfs} \
70 libnetbsd \
71 ${_libnetgraph} \
72 ${_libngatm} \
73 libopie \
74 libpam \
75 libpcap \
76 ${_libpmc} \

--- 228 unchanged lines hidden ---