xref: /NextBSD/cddl/Makefile (revision 84d351007654069f9643c8e4b4802a7f5f08ee42)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR=	lib .WAIT \
6	sbin usr.bin usr.sbin
7
8.if ${MK_TESTS} != "no"
9SUBDIR+=tests
10.endif
11
12SUBDIR_PARALLEL=
13
14.include <bsd.subdir.mk>
15