aboutsummaryrefslogtreecommitdiff
path: root/cddl/lib/Makefile
blob: 4ee478016a1ddb31fd0fb3e648290622be0a38df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	libavl \
	libnvpair \
	libumem \
	libuutil \
	${_libzfs} \
	${_libzpool}

.if ${MK_ZFS} != "no"
_libzfs=	libzfs
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_libzpool=	libzpool
.endif
.endif

.include <bsd.subdir.mk>