summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:13:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-26 14:13:51 +0000
commit8f7e12f5afa0aac672f24d48ee96fe567948717e (patch)
tree370c0109b68d3c6c51323457b1ffb5e8a469d11e /usr.sbin
parent3312e694dda06d184ce2a951a7cb7f41cfeb2c49 (diff)
downloadFreeBSD-src-8f7e12f5afa0aac672f24d48ee96fe567948717e.zip
FreeBSD-src-8f7e12f5afa0aac672f24d48ee96fe567948717e.tar.gz
Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/amd/Makefile4
-rw-r--r--usr.sbin/bsdinstall/Makefile1
-rw-r--r--usr.sbin/fifolog/Makefile4
-rw-r--r--usr.sbin/lpr/Makefile4
-rw-r--r--usr.sbin/pc-sysinstall/Makefile1
-rw-r--r--usr.sbin/unbound/Makefile1
-rw-r--r--usr.sbin/wpa/Makefile1
7 files changed, 13 insertions, 3 deletions
diff --git a/usr.sbin/amd/Makefile b/usr.sbin/amd/Makefile
index 2255f14..77c5a4c 100644
--- a/usr.sbin/amd/Makefile
+++ b/usr.sbin/amd/Makefile
@@ -5,7 +5,9 @@
#
# $FreeBSD$
-SUBDIR= include libamu amd amq fixmount fsinfo hlfsd mk-amd-map pawd \
+SUBDIR= include libamu .WAIT \
+ amd amq fixmount fsinfo hlfsd mk-amd-map pawd \
scripts wire-test
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.sbin/bsdinstall/Makefile b/usr.sbin/bsdinstall/Makefile
index e72b5d3..4e3b7ef 100644
--- a/usr.sbin/bsdinstall/Makefile
+++ b/usr.sbin/bsdinstall/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
SUBDIR= distextract distfetch partedit scripts
+SUBDIR_PARALLEL=
SCRIPTS= bsdinstall
MAN= bsdinstall.8
diff --git a/usr.sbin/fifolog/Makefile b/usr.sbin/fifolog/Makefile
index 59ac9fe..fbaaa89 100644
--- a/usr.sbin/fifolog/Makefile
+++ b/usr.sbin/fifolog/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
-SUBDIR= lib fifolog_create fifolog_writer fifolog_reader
+SUBDIR= lib .WAIT \
+ fifolog_create fifolog_writer fifolog_reader
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.sbin/lpr/Makefile b/usr.sbin/lpr/Makefile
index 043ed8b..5873c07 100644
--- a/usr.sbin/lpr/Makefile
+++ b/usr.sbin/lpr/Makefile
@@ -1,7 +1,9 @@
# $FreeBSD$
-SUBDIR= common_source chkprintcap lp lpc lpd lpq lpr lprm lptest pac \
+SUBDIR= common_source .WAIT \
+ chkprintcap lp lpc lpd lpq lpr lprm lptest pac \
filters filters.ru
+SUBDIR_PARALLEL=
# Questions/ideas for lpr & friends could also be sent to:
# freebsd-print@bostonradio.org
diff --git a/usr.sbin/pc-sysinstall/Makefile b/usr.sbin/pc-sysinstall/Makefile
index aba8db7..d079e16 100644
--- a/usr.sbin/pc-sysinstall/Makefile
+++ b/usr.sbin/pc-sysinstall/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
SUBDIR=backend backend-partmanager backend-query conf doc examples
SUBDIR+=pc-sysinstall
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.sbin/unbound/Makefile b/usr.sbin/unbound/Makefile
index 3eb12fe..94cfdc3 100644
--- a/usr.sbin/unbound/Makefile
+++ b/usr.sbin/unbound/Makefile
@@ -2,5 +2,6 @@
SUBDIR= daemon anchor checkconf control
SUBDIR+= local-setup
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
diff --git a/usr.sbin/wpa/Makefile b/usr.sbin/wpa/Makefile
index 5d746e9..ae07ec0 100644
--- a/usr.sbin/wpa/Makefile
+++ b/usr.sbin/wpa/Makefile
@@ -3,5 +3,6 @@
SUBDIR= wpa_supplicant wpa_cli wpa_passphrase
SUBDIR+= hostapd hostapd_cli
SUBDIR+= ndis_events
+SUBDIR_PARALLEL=
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud