Deleted Added
full compact
Makefile (278569) Makefile (279506)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/lib/Makefile 278569 2015-02-11 08:52:29Z ngie $
2# $FreeBSD: stable/10/lib/Makefile 279506 2015-03-01 22:07:54Z ngie $
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

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

54 ${_libiconv_modules} \
55 libipsec \
56 ${_libipx} \
57 libjail \
58 libkiconv \
59 libkvm \
60 ${_libldns} \
61 liblzma \
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

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

54 ${_libiconv_modules} \
55 libipsec \
56 ${_libipx} \
57 libjail \
58 libkiconv \
59 libkvm \
60 ${_libldns} \
61 liblzma \
62 libmagic \
62 ${_libmagic} \
63 libmandoc \
64 libmemstat \
65 libmd \
66 ${_libmilter} \
67 ${_libmp} \
68 ${_libnandfs} \
69 libnetbsd \
70 ${_libnetgraph} \

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

166.if ${MK_BSNMP} != "no"
167_libbsnmp= libbsnmp
168.endif
169
170.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
171_clang= clang
172.endif
173
63 libmandoc \
64 libmemstat \
65 libmd \
66 ${_libmilter} \
67 ${_libmp} \
68 ${_libnandfs} \
69 libnetbsd \
70 ${_libnetgraph} \

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

166.if ${MK_BSNMP} != "no"
167_libbsnmp= libbsnmp
168.endif
169
170.if ${MK_CLANG} != "no" && !defined(COMPAT_32BIT)
171_clang= clang
172.endif
173
174.if ${MK_FILE} != "no"
175_libmagic= libmagic
176.endif
177
174.if ${MK_GPIB} != "no"
175_libgpib= libgpib
176.endif
177
178.if ${MK_GSSAPI} != "no"
179_libgssapi= libgssapi
180_librpcsec_gss= librpcsec_gss
181.endif

--- 118 unchanged lines hidden ---
178.if ${MK_GPIB} != "no"
179_libgpib= libgpib
180.endif
181
182.if ${MK_GSSAPI} != "no"
183_libgssapi= libgssapi
184_librpcsec_gss= librpcsec_gss
185.endif

--- 118 unchanged lines hidden ---