Deleted Added
full compact
Makefile (177714) Makefile (179189)
1# $FreeBSD: head/cddl/lib/Makefile 177714 2008-03-29 17:44:40Z ru $
1# $FreeBSD: head/cddl/lib/Makefile 179189 2008-05-22 04:26:42Z jb $
2
3.include <bsd.own.mk>
4
2
3.include <bsd.own.mk>
4
5SUBDIR= libavl \
5SUBDIR= drti \
6 libavl \
7 libctf \
8 libdtrace \
6 libnvpair \
7 libumem \
8 libuutil \
9 ${_libzfs} \
10 ${_libzpool}
11
12.if ${MK_ZFS} != "no"
13_libzfs= libzfs
14.if ${MK_LIBTHR} != "no"
15_libzpool= libzpool
16.endif
17.endif
18
19.include <bsd.subdir.mk>
9 libnvpair \
10 libumem \
11 libuutil \
12 ${_libzfs} \
13 ${_libzpool}
14
15.if ${MK_ZFS} != "no"
16_libzfs= libzfs
17.if ${MK_LIBTHR} != "no"
18_libzpool= libzpool
19.endif
20.endif
21
22.include <bsd.subdir.mk>