]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - cddl/lib/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.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 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
23 _drti=          drti
24 _libdtrace=     libdtrace
25 .endif
26
27 .include <bsd.subdir.mk>