2007-04-06 01:09:06 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2007-04-16 21:20:26 +00:00
|
|
|
SUBDIR= libavl \
|
|
|
|
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
|
2007-10-09 23:31:11 +00:00
|
|
|
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "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>
|