xref: /freebsd-13.1/cddl/Makefile (revision 804a0608)
1# $FreeBSD$
2
3.include <src.opts.mk>
4
5SUBDIR=	lib .WAIT \
6	sbin share usr.bin usr.libexec usr.sbin
7
8SUBDIR.${MK_TESTS}+= tests
9
10SUBDIR_PARALLEL=
11
12.include <bsd.subdir.mk>
13