diff options
Diffstat (limited to 'usr/src/cmd/Makefile')
-rw-r--r-- | usr/src/cmd/Makefile | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index 309f70d598..806b8043e3 100644 --- a/usr/src/cmd/Makefile +++ b/usr/src/cmd/Makefile @@ -35,8 +35,8 @@ include ../Makefile.master # -# Note that the commands 'lp', and 'perl' are first in -# the list, violating alphabetical order. This is because they are very +# Note that if the 'lp' command were built, it would be first in +# the list, violating alphabetical order. This is because it is very # long-running and should be given the most wall-clock time for a # parallel build. # @@ -57,7 +57,6 @@ FIRST_SUBDIRS= \ COMMON_SUBDIRS= \ allocate \ availdevs \ - lp \ perl \ Adm \ abi \ @@ -99,6 +98,7 @@ COMMON_SUBDIRS= \ cmd-crypto \ cmd-inet \ col \ + column \ compress \ connstat \ consadm \ @@ -198,7 +198,6 @@ COMMON_SUBDIRS= \ growfs \ grpck \ gss \ - hal \ halt \ head \ hostid \ @@ -233,7 +232,6 @@ COMMON_SUBDIRS= \ kvmstat \ last \ lastcomm \ - latencytop \ ldap \ ldapcachemgr \ lgrpinfo \ @@ -256,6 +254,7 @@ COMMON_SUBDIRS= \ ls \ luxadm \ mach \ + machid \ mail \ mailwrapper \ mailx \ @@ -290,6 +289,7 @@ COMMON_SUBDIRS= \ news \ newtask \ nice \ + nicstat \ nl \ nlsadmin \ nohup \ @@ -317,7 +317,6 @@ COMMON_SUBDIRS= \ picl \ plimit \ policykit \ - pools \ power \ powertop \ ppgsz \ @@ -325,7 +324,6 @@ COMMON_SUBDIRS= \ plockstat \ pr \ prctl \ - print \ printf \ priocntl \ profiles \ @@ -392,7 +390,6 @@ COMMON_SUBDIRS= \ srchtxt \ srptadm \ srptsvc \ - ssh \ stat \ stmfadm \ stmfproxy \ @@ -446,6 +443,8 @@ COMMON_SUBDIRS= \ varpd \ vgrind \ vi \ + vndadm \ + vndstat \ volcheck \ volrmmount \ vrrpadm \ @@ -517,11 +516,14 @@ sparc_SUBDIRS= \ vntsd # -# Commands that are messaged. Note that 'lp' comes first -# (see previous comment about 'lp'.) +# Commands that are messaged. Note that 'lp' comes first (see previous comment +# about 'lp'.) +# +# We purposefully leave out auditrecord's messages from illumos-joyent: it +# attempts to use Perl modules constructed as part of the build alongside the +# native Perl. # MSGSUBDIRS= \ - lp \ abi \ acctadm \ allocate \ @@ -531,7 +533,6 @@ MSGSUBDIRS= \ audit \ auditconfig \ auditd \ - auditrecord \ auditset \ auths \ autopush \ @@ -658,11 +659,9 @@ MSGSUBDIRS= \ pg \ pgrep \ picl \ - pools \ power \ pr \ praudit \ - print \ profiles \ projadd \ projects \ |