]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - cddl/usr.bin/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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         ${_zinject} \
11         ${_ztest}
12
13 .if ${MK_ZFS} != "no"
14 _zinject= zinject
15 .if ${MK_LIBTHR} != "no"
16 _ztest= ztest
17 .endif
18 .endif
19
20 .include <bsd.subdir.mk>