[Midnightbsd-cvs] src [11180] trunk/secure/usr.sbin/Makefile: make in parallel
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jun 30 19:35:41 EDT 2018
Revision: 11180
http://svnweb.midnightbsd.org/src/?rev=11180
Author: laffer1
Date: 2018-06-30 19:35:41 -0400 (Sat, 30 Jun 2018)
Log Message:
-----------
make in parallel
Modified Paths:
--------------
trunk/secure/usr.sbin/Makefile
Modified: trunk/secure/usr.sbin/Makefile
===================================================================
--- trunk/secure/usr.sbin/Makefile 2018-06-30 23:35:20 UTC (rev 11179)
+++ trunk/secure/usr.sbin/Makefile 2018-06-30 23:35:41 UTC (rev 11180)
@@ -1,4 +1,5 @@
-# $FreeBSD: src/secure/usr.sbin/Makefile,v 1.6 2006/03/17 18:54:32 ru Exp $
+# $MidnightBSD$
+# $FreeBSD: stable/10/secure/usr.sbin/Makefile 291792 2015-12-04 18:14:31Z bdrewery $
.include <bsd.own.mk>
@@ -7,4 +8,10 @@
SUBDIR+=sshd
.endif
+.if ${MK_TESTS} != "no"
+SUBDIR+=tests
+.endif
+
+SUBDIR_PARALLEL=
+
.include <bsd.subdir.mk>
More information about the Midnightbsd-cvs
mailing list