]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.bin/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / cddl / usr.bin / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= \
6         ctfconvert \
7         ctfdump \
8         ctfmerge \
9         ${_zinject} \
10         ${_zstream} \
11         ${_zstreamdump} \
12         ${_ztest}
13
14 SUBDIR.${MK_TESTS}+= tests
15
16 .if ${MK_ZFS} != "no"
17 _zinject= zinject
18 .if ${MK_LIBTHR} != "no"
19 _ztest= ztest
20 _zstream = zstream
21 _zstreamdump = zstreamdump
22 .endif
23 .endif
24
25 SUBDIR_PARALLEL=
26
27 .include <bsd.subdir.mk>