Deleted Added
full compact
Makefile (168475) Makefile (168792)
1# $FreeBSD: head/cddl/lib/Makefile 168475 2007-04-07 19:12:10Z des $
1# $FreeBSD: head/cddl/lib/Makefile 168792 2007-04-16 21:20:26Z ru $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR= libavl
6SUBDIR+=libnvpair
7SUBDIR+=libumem
8SUBDIR+=libuutil
9.if ${MK_CDDL} != "no"
10SUBDIR+=libzfs
11SUBDIR+=${_libzpool}
12.endif
5SUBDIR= libavl \
6 libnvpair \
7 libumem \
8 libuutil \
9 ${_libzfs} \
10 ${_libzpool}
13
11
14.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
12.if ${MK_ZFS} != "no"
13_libzfs= libzfs
14.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
15_libzpool= libzpool
16.endif
15_libzpool= libzpool
16.endif
17.endif
17
18.include <bsd.subdir.mk>
18
19.include <bsd.subdir.mk>