Add more SUBDIR_PARALLEL.
MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
e488229ba4
commit
595fe15108
@ -1,6 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= lib libexec tools usr.bin usr.sbin
|
||||
SUBDIR= lib .WAIT \
|
||||
libexec tools usr.bin usr.sbin
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
# These are the programs which depend on Kerberos.
|
||||
KPROGS= lib/libpam \
|
||||
|
@ -6,5 +6,7 @@ SUBDIR= libasn1 libgssapi_krb5 libgssapi_ntlm libgssapi_spnego libhdb \
|
||||
libroken libsl libvers libkdc libwind libheimbase libheimipcc libheimipcs
|
||||
|
||||
SUBDIR+= libkafs5 # requires krb_err.h from libkrb5
|
||||
SUBDIR_DEPEND_libkafs5= libkrb5
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
SUBDIR= digest-service ipropd-master ipropd-slave hprop hpropd kadmind kdc \
|
||||
kdigest kfd kimpersonate kpasswdd kcm
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= make-roken asn1_compile slc
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
SUBDIR= hxtool kadmin kcc kdestroy kgetcred kf kinit kpasswd krb5-config ksu \
|
||||
string2key verify_krb5_conf
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= iprop-log kstash ktutil
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,5 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR = lib svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion svnmucc svnrdump
|
||||
SUBDIR = lib .WAIT \
|
||||
svn svnadmin svndumpfilter svnlook svnserve svnsync svnversion \
|
||||
svnmucc svnrdump
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -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>
|
||||
|
@ -1,6 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= distextract distfetch partedit scripts
|
||||
SUBDIR_PARALLEL=
|
||||
SCRIPTS= bsdinstall
|
||||
MAN= bsdinstall.8
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,6 @@
|
||||
# $FreeBSD$
|
||||
SUBDIR=backend backend-partmanager backend-query conf doc examples
|
||||
SUBDIR+=pc-sysinstall
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -2,5 +2,6 @@
|
||||
|
||||
SUBDIR= daemon anchor checkconf control
|
||||
SUBDIR+= local-setup
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -3,5 +3,6 @@
|
||||
SUBDIR= wpa_supplicant wpa_cli wpa_passphrase
|
||||
SUBDIR+= hostapd hostapd_cli
|
||||
SUBDIR+= ndis_events
|
||||
SUBDIR_PARALLEL=
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user