Deleted Added
full compact
Makefile (275040) Makefile (278557)
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
1# @(#)Makefile 8.1 (Berkeley) 6/4/93
2# $FreeBSD: stable/10/lib/Makefile 275040 2014-11-25 13:47:53Z dteske $
2# $FreeBSD: stable/10/lib/Makefile 278557 2015-02-11 07:21:16Z 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

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

220.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
221_libsmb= libsmb
222_libvgl= libvgl
223_libproc= libproc
224_librtld_db= librtld_db
225.endif
226
227.if ${MACHINE_CPUARCH} == "amd64"
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

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

220.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
221_libsmb= libsmb
222_libvgl= libvgl
223_libproc= libproc
224_librtld_db= librtld_db
225.endif
226
227.if ${MACHINE_CPUARCH} == "amd64"
228.if ${MK_BHYVE} != "no"
228_libvmmapi= libvmmapi
229.endif
229_libvmmapi= libvmmapi
230.endif
231.endif
230
231.if ${MACHINE_CPUARCH} == "ia64"
232_libefi= libefi
233_libsmb= libsmb
234.endif
235
236.if ${MACHINE_CPUARCH} == "mips"
237_libproc= libproc

--- 56 unchanged lines hidden ---
232
233.if ${MACHINE_CPUARCH} == "ia64"
234_libefi= libefi
235_libsmb= libsmb
236.endif
237
238.if ${MACHINE_CPUARCH} == "mips"
239_libproc= libproc

--- 56 unchanged lines hidden ---