]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - cddl/lib/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / cddl / lib / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= drti \
6         libavl \
7         libctf \
8         libdtrace \
9         libnvpair \
10         libumem \
11         libuutil \
12         ${_libzfs} \
13         ${_libzpool}
14
15 .if ${MK_ZFS} != "no"
16 _libzfs=        libzfs
17 .if ${MK_LIBTHR} != "no"
18 _libzpool=      libzpool
19 .endif
20 .endif
21
22 .include <bsd.subdir.mk>