Deleted Added
full compact
Makefile (172500) Makefile (177714)
1# $FreeBSD: head/cddl/lib/Makefile 172500 2007-10-09 23:31:11Z obrien $
1# $FreeBSD: head/cddl/lib/Makefile 177714 2008-03-29 17:44:40Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR= libavl \
6 libnvpair \
7 libumem \
8 libuutil \
9 ${_libzfs} \
10 ${_libzpool}
11
12.if ${MK_ZFS} != "no"
13_libzfs= libzfs
2
3.include <bsd.own.mk>
4
5SUBDIR= libavl \
6 libnvpair \
7 libumem \
8 libuutil \
9 ${_libzfs} \
10 ${_libzpool}
11
12.if ${MK_ZFS} != "no"
13_libzfs= libzfs
14.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
14.if ${MK_LIBTHR} != "no"
15_libzpool= libzpool
16.endif
17.endif
18
19.include <bsd.subdir.mk>
15_libzpool= libzpool
16.endif
17.endif
18
19.include <bsd.subdir.mk>