]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - cddl/lib/Makefile
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.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>