a1598920aa
treatment of 'LIBKSE' as an "old style" knob. Submitted by: ru Approved by: re(kensmith)
20 lines
265 B
Makefile
20 lines
265 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= libavl \
|
|
libnvpair \
|
|
libumem \
|
|
libuutil \
|
|
${_libzfs} \
|
|
${_libzpool}
|
|
|
|
.if ${MK_ZFS} != "no"
|
|
_libzfs= libzfs
|
|
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
|
|
_libzpool= libzpool
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|