]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - cddl/usr.bin/Makefile
MFC r288339: remove unused sgsmsg utility (originally imported from opensolaris)
[FreeBSD/stable/9.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         ${_zinject} \
10         ${_zlook} \
11         ${_zstreamdump} \
12         ${_ztest}
13
14 .if ${MK_ZFS} != "no"
15 _zinject= zinject
16 #_zlook= zlook
17 .if ${MK_LIBTHR} != "no"
18 _ztest= ztest
19 _zstreamdump = zstreamdump
20 .endif
21 .endif
22
23 .include <bsd.subdir.mk>