Makefile revision 291792
1# $FreeBSD: stable/10/cddl/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
2
3.include <bsd.own.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