freebsd-skq/gnu/Makefile
bdrewery 2dfe4da949 MFC r289393:
Add more SUBDIR_PARALLEL.
2015-12-04 18:14:31 +00:00

16 lines
207 B
Makefile

# @(#)Makefile 5.33.1.1 (Berkeley) 5/6/91
# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= lib .WAIT \
${_tests} usr.bin
.if ${MK_TESTS} != "no"
_tests= tests
.endif
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>