diff options
Diffstat (limited to 'usr/src/cmd/Makefile')
| -rw-r--r-- | usr/src/cmd/Makefile | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/usr/src/cmd/Makefile b/usr/src/cmd/Makefile index 4f496112e8..a66bec5656 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 \ @@ -343,7 +341,6 @@ COMMON_SUBDIRS= \ pwck \ pwconv \ pwd \ - pyzfs \ raidctl \ raidz_test \ ramdiskadm \ @@ -394,7 +391,6 @@ COMMON_SUBDIRS= \ srchtxt \ srptadm \ srptsvc \ - ssh \ stat \ stmfadm \ stmfproxy \ @@ -449,6 +445,8 @@ COMMON_SUBDIRS= \ varpd \ vgrind \ vi \ + vndadm \ + vndstat \ volcheck \ volrmmount \ vrrpadm \ @@ -520,11 +518,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 \ @@ -534,7 +535,6 @@ MSGSUBDIRS= \ audit \ auditconfig \ auditd \ - auditrecord \ auditset \ auths \ autopush \ @@ -661,11 +661,9 @@ MSGSUBDIRS= \ pg \ pgrep \ picl \ - pools \ power \ pr \ praudit \ - print \ profiles \ projadd \ projects \ @@ -676,7 +674,6 @@ MSGSUBDIRS= \ ptools \ pwconv \ pwd \ - pyzfs \ raidctl \ ramdiskadm \ rcap \ |
