summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-13 18:56:50 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-13 18:56:50 +0000
commitf8a9ff862ce919132a8d66e293a0e1d17460274a (patch)
treebb8bd3b662ef68630b131a1bac7dca4bc58f573e /usr.sbin
parent353b157d9add14b1b701ab95fbb68aaf24d09a30 (diff)
downloadFreeBSD-src-f8a9ff862ce919132a8d66e293a0e1d17460274a.zip
FreeBSD-src-f8a9ff862ce919132a8d66e293a0e1d17460274a.tar.gz
MFC r288266:
Add more SUBDIR_PARALLEL.
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 37e4200..67f7a8f 100644
--- a/usr.sbin/amd/Makefile
+++ b/usr.sbin/amd/Makefile
@@ -5,7 +5,9 @@
#
# $FreeBSD$
-SUBDIR= include libamu amd amq doc fixmount fsinfo hlfsd mk-amd-map pawd \
+SUBDIR= include libamu .WAIT \
+ amd amq doc 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