Makefile (bcf72246c5082e768c19a7d4a76fe4b1fe6e8fd8) | Makefile (65c045e96459361250134c2264b8d72c34266641) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= libavl \ 6 libnvpair \ 7 libumem \ 8 libuutil \ 9 ${_libzfs} \ 10 ${_libzpool} 11 12.if ${MK_ZFS} != "no" 13_libzfs= libzfs | 1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= libavl \ 6 libnvpair \ 7 libumem \ 8 libuutil \ 9 ${_libzfs} \ 10 ${_libzpool} 11 12.if ${MK_ZFS} != "no" 13_libzfs= libzfs |
14.if ${MK_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no" | 14.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no" || ${MK_LIBPTHREAD} != "no" |
15_libzpool= libzpool 16.endif 17.endif 18 19.include <bsd.subdir.mk> | 15_libzpool= libzpool 16.endif 17.endif 18 19.include <bsd.subdir.mk> |