]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.bin/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         sgsmsg \
10         ${_ztest}
11
12 .if ${MK_ZFS} != "no"
13 .if ${MK_LIBTHR} != "no"
14 _ztest= ztest
15 .endif
16 .endif
17
18 .include <bsd.subdir.mk>