]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - cddl/lib/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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_core} \
13         ${_libzfs} \
14         ${_libzpool}
15
16 .if ${MK_ZFS} != "no"
17 _libzfs_core=   libzfs_core
18 _libzfs=        libzfs
19 .if ${MK_LIBTHR} != "no"
20 _libzpool=      libzpool
21 .endif
22 .endif
23
24 .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
25 _drti=          drti
26 _libdtrace=     libdtrace
27 .endif
28
29 .include <bsd.subdir.mk>