[Midnightbsd-cvs] src [10956] trunk/gnu/Makefile: add a wait

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 15 12:11:30 EDT 2018


Revision: 10956
          http://svnweb.midnightbsd.org/src/?rev=10956
Author:   laffer1
Date:     2018-06-15 12:11:30 -0400 (Fri, 15 Jun 2018)
Log Message:
-----------
add a wait

Modified Paths:
--------------
    trunk/gnu/Makefile

Modified: trunk/gnu/Makefile
===================================================================
--- trunk/gnu/Makefile	2018-06-15 16:11:01 UTC (rev 10955)
+++ trunk/gnu/Makefile	2018-06-15 16:11:30 UTC (rev 10956)
@@ -1,7 +1,16 @@
+# $MidnightBSD$
 #	@(#)Makefile	5.33.1.1 (Berkeley) 5/6/91
-# $FreeBSD: src/gnu/Makefile,v 1.36 2002/06/05 17:02:37 obrien Exp $
-# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
 
-SUBDIR= lib usr.bin
+.include <bsd.own.mk>
 
+SUBDIR= lib .WAIT \
+	${_tests} usr.bin
+
+.if ${MK_TESTS} != "no"
+_tests=	tests
+.endif
+
+SUBDIR_PARALLEL=
+
 .include <bsd.subdir.mk>



More information about the Midnightbsd-cvs mailing list