fa363796e1
Approved by: pjd@
19 lines
282 B
Makefile
19 lines
282 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR= libavl
|
|
SUBDIR+=libnvpair
|
|
SUBDIR+=libumem
|
|
SUBDIR+=libuutil
|
|
.if ${MK_CDDL} != "no"
|
|
SUBDIR+=libzfs
|
|
SUBDIR+=${_libzpool}
|
|
.endif
|
|
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
|
|
_libzpool= libzpool
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|