freebsd-dev/sys/modules/tests/Makefile
Enji Cooper 57350d3578 Mark this Makefile SUBDIR_PARALLEL
I inserted the necessary SUBDIR+= .WAIT in the previous commit

MFC after:	3 weeks
Sponsored by:	Dell EMC Isilon
2017-05-09 05:22:51 +00:00

10 lines
113 B
Makefile

# $FreeBSD$
SUBDIR+= framework
SUBDIR+= .WAIT
SUBDIR+= callout_test
SUBDIR_PARALLEL=
.include <bsd.subdir.mk>