]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cddl/usr.bin/Makefile
one-true-awk: import 20210221 (1e4bc42c53a1) which fixes a number of bugs
[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         ${_ztest}
12
13 SUBDIR.${MK_TESTS}+= tests
14
15 .if ${MK_ZFS} != "no"
16 _zinject= zinject
17 _ztest= ztest
18 _zstream = zstream
19 .endif
20
21 SUBDIR_PARALLEL=
22
23 .include <bsd.subdir.mk>