Deleted Added
full compact
Makefile (170431) Makefile (172404)
1# $FreeBSD: head/cddl/lib/Makefile 170431 2007-06-08 12:35:47Z pjd $
1# $FreeBSD: head/cddl/lib/Makefile 172404 2007-10-01 18:23:24Z 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_LIBPTHREAD} != "no"
14_libzpool= libzpool
15.endif
15_libzpool= libzpool
16.endif
17.endif
16
17.include <bsd.subdir.mk>
18
19.include <bsd.subdir.mk>