1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00
freebsd/cddl/lib/Makefile
2008-05-22 04:26:42 +00:00

23 lines
272 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= drti \
libavl \
libctf \
libdtrace \
libnvpair \
libumem \
libuutil \
${_libzfs} \
${_libzpool}
.if ${MK_ZFS} != "no"
_libzfs= libzfs
.if ${MK_LIBTHR} != "no"
_libzpool= libzpool
.endif
.endif
.include <bsd.subdir.mk>