2007-04-06 01:09:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2008-05-22 04:26:42 +00:00
|
|
|
SUBDIR= drti \
|
|
|
|
libavl \
|
|
|
|
libctf \
|
|
|
|
libdtrace \
|
2007-04-16 21:20:26 +00:00
|
|
|
libnvpair \
|
|
|
|
libumem \
|
|
|
|
libuutil \
|
|
|
|
${_libzfs} \
|
|
|
|
${_libzpool}
|
2007-04-06 01:09:06 +00:00
|
|
|
|
2007-04-16 21:20:26 +00:00
|
|
|
.if ${MK_ZFS} != "no"
|
|
|
|
_libzfs= libzfs
|
2008-03-29 17:44:40 +00:00
|
|
|
.if ${MK_LIBTHR} != "no"
|
2007-04-06 01:09:06 +00:00
|
|
|
_libzpool= libzpool
|
|
|
|
.endif
|
2007-10-01 18:23:24 +00:00
|
|
|
.endif
|
2007-04-06 01:09:06 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|