Deleted Added
full compact
Makefile (211550) Makefile (233415)
1# $FreeBSD: head/cddl/lib/Makefile 211550 2010-08-21 11:14:50Z rpaulo $
1# $FreeBSD: head/cddl/lib/Makefile 233415 2012-03-24 05:29:07Z gonzo $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_drti} \
6 libavl \
7 libctf \
8 ${_libdtrace} \
9 libnvpair \

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

14
15.if ${MK_ZFS} != "no"
16_libzfs= libzfs
17.if ${MK_LIBTHR} != "no"
18_libzpool= libzpool
19.endif
20.endif
21
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_drti} \
6 libavl \
7 libctf \
8 ${_libdtrace} \
9 libnvpair \

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

14
15.if ${MK_ZFS} != "no"
16_libzfs= libzfs
17.if ${MK_LIBTHR} != "no"
18_libzpool= libzpool
19.endif
20.endif
21
22.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
22.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_CPUARCH} == "mips"
23_drti= drti
24_libdtrace= libdtrace
25.endif
26
27.include <bsd.subdir.mk>
23_drti= drti
24_libdtrace= libdtrace
25.endif
26
27.include <bsd.subdir.mk>