17c478bd9Sstevel@tonic-gate# 27c478bd9Sstevel@tonic-gate# CDDL HEADER START 37c478bd9Sstevel@tonic-gate# 47c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the 5ea8dc4b6Seschrock# Common Development and Distribution License (the "License"). 6ea8dc4b6Seschrock# You may not use this file except in compliance with the License. 77c478bd9Sstevel@tonic-gate# 87c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 97c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing. 107c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions 117c478bd9Sstevel@tonic-gate# and limitations under the License. 127c478bd9Sstevel@tonic-gate# 137c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each 147c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 157c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the 167c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying 177c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner] 187c478bd9Sstevel@tonic-gate# 197c478bd9Sstevel@tonic-gate# CDDL HEADER END 2045916cd2Sjpk 2145916cd2Sjpk 227c478bd9Sstevel@tonic-gate# 237c478bd9Sstevel@tonic-gate# 24d62bc4baSyz147064# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 257c478bd9Sstevel@tonic-gate# Use is subject to license terms. 267c478bd9Sstevel@tonic-gate# 277c478bd9Sstevel@tonic-gate# ident "%Z%%M% %I% %E% SMI" 287c478bd9Sstevel@tonic-gate 297c478bd9Sstevel@tonic-gateinclude ../Makefile.master 30da2e3ebdSchininclude ../Makefile.ksh93switch 317c478bd9Sstevel@tonic-gate 327c478bd9Sstevel@tonic-gate# 337c478bd9Sstevel@tonic-gate# Note that the commands 'agents', 'lp', 'perl', and 'man' are first in 347c478bd9Sstevel@tonic-gate# the list, violating alphabetical order. This is because they are very 357c478bd9Sstevel@tonic-gate# long-running and should be given the most wall-clock time for a 367c478bd9Sstevel@tonic-gate# parallel build. 377c478bd9Sstevel@tonic-gate# 387c478bd9Sstevel@tonic-gate# Commands in the FIRST_SUBDIRS list are built before starting the build 397c478bd9Sstevel@tonic-gate# of other commands. Currently this includes only 'isaexec' and 407c478bd9Sstevel@tonic-gate# 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or 417c478bd9Sstevel@tonic-gate# $(ROOT)/usr/lib/platexec must exist when some other commands are built 427c478bd9Sstevel@tonic-gate# because their 'make install' creates a hard link to one of them. 437c478bd9Sstevel@tonic-gate# 447c478bd9Sstevel@tonic-gate# Commands are listed one per line so that TeamWare can auto-merge most 457c478bd9Sstevel@tonic-gate# changes. 467c478bd9Sstevel@tonic-gate# 477c478bd9Sstevel@tonic-gate 487c478bd9Sstevel@tonic-gateFIRST_SUBDIRS= \ 497c478bd9Sstevel@tonic-gate isaexec \ 507c478bd9Sstevel@tonic-gate platexec 517c478bd9Sstevel@tonic-gate 527c478bd9Sstevel@tonic-gateCOMMON_SUBDIRS= \ 537c478bd9Sstevel@tonic-gate agents \ 54fa9e4066Sahrens availdevs \ 557c478bd9Sstevel@tonic-gate lp \ 567c478bd9Sstevel@tonic-gate perl \ 577c478bd9Sstevel@tonic-gate man \ 587c478bd9Sstevel@tonic-gate Adm \ 597c478bd9Sstevel@tonic-gate abi \ 607c478bd9Sstevel@tonic-gate adbgen \ 617c478bd9Sstevel@tonic-gate acct \ 627c478bd9Sstevel@tonic-gate acctadm \ 637c478bd9Sstevel@tonic-gate arch \ 647c478bd9Sstevel@tonic-gate asa \ 65da2e3ebdSchin ast \ 667c478bd9Sstevel@tonic-gate audio \ 677c478bd9Sstevel@tonic-gate auths \ 687c478bd9Sstevel@tonic-gate autopush \ 697c478bd9Sstevel@tonic-gate awk \ 707c478bd9Sstevel@tonic-gate awk_xpg4 \ 717c478bd9Sstevel@tonic-gate backup \ 727c478bd9Sstevel@tonic-gate banner \ 737c478bd9Sstevel@tonic-gate bart \ 747c478bd9Sstevel@tonic-gate basename \ 757c478bd9Sstevel@tonic-gate bc \ 767c478bd9Sstevel@tonic-gate bdiff \ 777c478bd9Sstevel@tonic-gate bfs \ 787c478bd9Sstevel@tonic-gate bnu \ 797c478bd9Sstevel@tonic-gate boot \ 807c478bd9Sstevel@tonic-gate busstat \ 817c478bd9Sstevel@tonic-gate cal \ 827c478bd9Sstevel@tonic-gate calendar \ 837c478bd9Sstevel@tonic-gate captoinfo \ 847c478bd9Sstevel@tonic-gate cat \ 857c478bd9Sstevel@tonic-gate cdrw \ 867c478bd9Sstevel@tonic-gate cfgadm \ 877c478bd9Sstevel@tonic-gate checkeq \ 887c478bd9Sstevel@tonic-gate checknr \ 897c478bd9Sstevel@tonic-gate chgrp \ 907c478bd9Sstevel@tonic-gate chmod \ 917c478bd9Sstevel@tonic-gate chown \ 927c478bd9Sstevel@tonic-gate chroot \ 937c478bd9Sstevel@tonic-gate cksum \ 947c478bd9Sstevel@tonic-gate clear \ 957c478bd9Sstevel@tonic-gate clinfo \ 967c478bd9Sstevel@tonic-gate cmd-crypto \ 977c478bd9Sstevel@tonic-gate cmd-inet \ 987c478bd9Sstevel@tonic-gate cmp \ 997c478bd9Sstevel@tonic-gate col \ 1007c478bd9Sstevel@tonic-gate comm \ 1017c478bd9Sstevel@tonic-gate compress \ 1027c478bd9Sstevel@tonic-gate consadm \ 1037c478bd9Sstevel@tonic-gate coreadm \ 1047c478bd9Sstevel@tonic-gate cpio \ 1057c478bd9Sstevel@tonic-gate cpc \ 1067c478bd9Sstevel@tonic-gate cron \ 1077c478bd9Sstevel@tonic-gate crypt \ 1087c478bd9Sstevel@tonic-gate csh \ 1097c478bd9Sstevel@tonic-gate csplit \ 1107c478bd9Sstevel@tonic-gate ctrun \ 1117c478bd9Sstevel@tonic-gate ctstat \ 1127c478bd9Sstevel@tonic-gate ctwatch \ 1137c478bd9Sstevel@tonic-gate cut \ 1147c478bd9Sstevel@tonic-gate datadm \ 1157c478bd9Sstevel@tonic-gate date \ 1167c478bd9Sstevel@tonic-gate dc \ 1177c478bd9Sstevel@tonic-gate dd \ 1187c478bd9Sstevel@tonic-gate deroff \ 1197c478bd9Sstevel@tonic-gate des \ 1207c478bd9Sstevel@tonic-gate devfsadm \ 1217c478bd9Sstevel@tonic-gate syseventd \ 1227c478bd9Sstevel@tonic-gate devctl \ 1237c478bd9Sstevel@tonic-gate devinfo \ 1247c478bd9Sstevel@tonic-gate devmgmt \ 125843e1988Sjohnlev devprop \ 1267c478bd9Sstevel@tonic-gate dfs.cmds \ 1277c478bd9Sstevel@tonic-gate diff \ 1287c478bd9Sstevel@tonic-gate diff3 \ 1297c478bd9Sstevel@tonic-gate diffmk \ 1307c478bd9Sstevel@tonic-gate dircmp \ 1317c478bd9Sstevel@tonic-gate dirname \ 132dc0093f4Seschrock dis \ 1337c478bd9Sstevel@tonic-gate diskmgtd \ 1347c478bd9Sstevel@tonic-gate dispadmin \ 1357c478bd9Sstevel@tonic-gate dladm \ 1367c478bd9Sstevel@tonic-gate dmesg \ 1377c478bd9Sstevel@tonic-gate dtrace \ 1387c478bd9Sstevel@tonic-gate du \ 1397c478bd9Sstevel@tonic-gate dumpadm \ 1407c478bd9Sstevel@tonic-gate dumpcs \ 1417c478bd9Sstevel@tonic-gate echo \ 1427c478bd9Sstevel@tonic-gate ed \ 1437c478bd9Sstevel@tonic-gate eeprom \ 1447c478bd9Sstevel@tonic-gate egrep \ 14518c2aff7Sartem eject \ 146b1dd958fScth emul64ioctl \ 1477c478bd9Sstevel@tonic-gate enhance \ 1487c478bd9Sstevel@tonic-gate env \ 1497c478bd9Sstevel@tonic-gate eqn \ 1507c478bd9Sstevel@tonic-gate expand \ 1517c478bd9Sstevel@tonic-gate expr \ 1527c478bd9Sstevel@tonic-gate exstr \ 1537c478bd9Sstevel@tonic-gate factor \ 1547c478bd9Sstevel@tonic-gate false \ 1557c478bd9Sstevel@tonic-gate fdetach \ 1567c478bd9Sstevel@tonic-gate fdformat \ 1577c478bd9Sstevel@tonic-gate fdisk \ 1587c478bd9Sstevel@tonic-gate filesync \ 1597c478bd9Sstevel@tonic-gate fgrep \ 1607c478bd9Sstevel@tonic-gate file \ 161f2fc321bSek110237 filebench \ 1627c478bd9Sstevel@tonic-gate find \ 1637c478bd9Sstevel@tonic-gate fm \ 1647c478bd9Sstevel@tonic-gate fmli \ 1657c478bd9Sstevel@tonic-gate fmt \ 1667c478bd9Sstevel@tonic-gate fmthard \ 1677c478bd9Sstevel@tonic-gate fmtmsg \ 1687c478bd9Sstevel@tonic-gate fold \ 1697c478bd9Sstevel@tonic-gate format \ 1700e42dee6Sartem fs.d \ 1719616efa0Sartem fstyp \ 1727c478bd9Sstevel@tonic-gate fuser \ 1737c478bd9Sstevel@tonic-gate gcore \ 1747c478bd9Sstevel@tonic-gate gencat \ 1757c478bd9Sstevel@tonic-gate geniconvtbl \ 1767c478bd9Sstevel@tonic-gate genmsg \ 1777c478bd9Sstevel@tonic-gate getconf \ 1787c478bd9Sstevel@tonic-gate getdevpolicy \ 1797c478bd9Sstevel@tonic-gate getent \ 1807c478bd9Sstevel@tonic-gate getfacl \ 1817c478bd9Sstevel@tonic-gate getmajor \ 1827c478bd9Sstevel@tonic-gate getopt \ 1837c478bd9Sstevel@tonic-gate gettext \ 1847c478bd9Sstevel@tonic-gate gettxt \ 1857c478bd9Sstevel@tonic-gate graph \ 1867c478bd9Sstevel@tonic-gate grep \ 1877c478bd9Sstevel@tonic-gate grep_xpg4 \ 1887c478bd9Sstevel@tonic-gate groups \ 1897c478bd9Sstevel@tonic-gate grpck \ 1907c478bd9Sstevel@tonic-gate gss \ 19118c2aff7Sartem hal \ 1927c478bd9Sstevel@tonic-gate halt \ 1937c478bd9Sstevel@tonic-gate head \ 1947c478bd9Sstevel@tonic-gate hostid \ 1957c478bd9Sstevel@tonic-gate hostname \ 19618c2aff7Sartem hwdata \ 1977c478bd9Sstevel@tonic-gate id \ 198c5c4113dSnw141292 idmap \ 1997c478bd9Sstevel@tonic-gate infocmp \ 2007c478bd9Sstevel@tonic-gate init \ 2017c478bd9Sstevel@tonic-gate initpkg \ 2027c478bd9Sstevel@tonic-gate install.d \ 203bd335c64Sesolom intrd \ 2047c478bd9Sstevel@tonic-gate intrstat \ 2057c478bd9Sstevel@tonic-gate ipcrm \ 2067c478bd9Sstevel@tonic-gate ipcs \ 2077c478bd9Sstevel@tonic-gate ipf \ 2087c478bd9Sstevel@tonic-gate isainfo \ 2097c478bd9Sstevel@tonic-gate isalist \ 21036c5fee3Smcneal iscsi \ 2117c478bd9Sstevel@tonic-gate java \ 2127c478bd9Sstevel@tonic-gate join \ 2137c478bd9Sstevel@tonic-gate kbd \ 2147c478bd9Sstevel@tonic-gate keyserv \ 2157c478bd9Sstevel@tonic-gate killall \ 2167c478bd9Sstevel@tonic-gate krb5 \ 217da2e3ebdSchin ksh \ 2187c478bd9Sstevel@tonic-gate kstat \ 2197c478bd9Sstevel@tonic-gate last \ 2207c478bd9Sstevel@tonic-gate lastcomm \ 2217c478bd9Sstevel@tonic-gate ldap \ 2227c478bd9Sstevel@tonic-gate ldapcachemgr \ 223c6402783Sakolb lgrpinfo \ 2247c478bd9Sstevel@tonic-gate line \ 2257c478bd9Sstevel@tonic-gate link \ 226d62bc4baSyz147064 dlmgmtd \ 2277c478bd9Sstevel@tonic-gate listen \ 2287c478bd9Sstevel@tonic-gate loadkeys \ 2297c478bd9Sstevel@tonic-gate locale \ 2307c478bd9Sstevel@tonic-gate lockstat \ 2317c478bd9Sstevel@tonic-gate locator \ 2327c478bd9Sstevel@tonic-gate lofiadm \ 2337c478bd9Sstevel@tonic-gate logadm \ 2347c478bd9Sstevel@tonic-gate logger \ 2357c478bd9Sstevel@tonic-gate login \ 2367c478bd9Sstevel@tonic-gate logins \ 2377c478bd9Sstevel@tonic-gate logname \ 2387c478bd9Sstevel@tonic-gate look \ 2397c478bd9Sstevel@tonic-gate ls \ 2407c478bd9Sstevel@tonic-gate lvm \ 2417c478bd9Sstevel@tonic-gate mach \ 2427c478bd9Sstevel@tonic-gate machid \ 2437c478bd9Sstevel@tonic-gate mail \ 2447c478bd9Sstevel@tonic-gate mailx \ 2457c478bd9Sstevel@tonic-gate makekey \ 2467c478bd9Sstevel@tonic-gate mdb \ 2477c478bd9Sstevel@tonic-gate mesg \ 2487c478bd9Sstevel@tonic-gate mkdir \ 2497c478bd9Sstevel@tonic-gate mkfifo \ 2507c478bd9Sstevel@tonic-gate mkfile \ 2517c478bd9Sstevel@tonic-gate mkmsgs \ 2527c478bd9Sstevel@tonic-gate mknod \ 2537c478bd9Sstevel@tonic-gate mkpwdict \ 2547c478bd9Sstevel@tonic-gate mktemp \ 2557c478bd9Sstevel@tonic-gate modload \ 2567c478bd9Sstevel@tonic-gate more \ 2577c478bd9Sstevel@tonic-gate msgfmt \ 2587c478bd9Sstevel@tonic-gate msgid \ 2597c478bd9Sstevel@tonic-gate mt \ 2607c478bd9Sstevel@tonic-gate mv \ 2617c478bd9Sstevel@tonic-gate mvdir \ 2627c478bd9Sstevel@tonic-gate netadm \ 2637c478bd9Sstevel@tonic-gate netfiles \ 2647c478bd9Sstevel@tonic-gate newform \ 2657c478bd9Sstevel@tonic-gate newgrp \ 2667c478bd9Sstevel@tonic-gate news \ 2677c478bd9Sstevel@tonic-gate newtask \ 2687c478bd9Sstevel@tonic-gate nice \ 2697c478bd9Sstevel@tonic-gate nispasswd \ 2707c478bd9Sstevel@tonic-gate nl \ 2717c478bd9Sstevel@tonic-gate nlsadmin \ 2727c478bd9Sstevel@tonic-gate nohup \ 2737c478bd9Sstevel@tonic-gate nsadmin \ 2747c478bd9Sstevel@tonic-gate nscd \ 2757c478bd9Sstevel@tonic-gate oamuser \ 2767c478bd9Sstevel@tonic-gate oawk \ 2777c478bd9Sstevel@tonic-gate openssl \ 2787c478bd9Sstevel@tonic-gate pack \ 2797c478bd9Sstevel@tonic-gate pagesize \ 2807c478bd9Sstevel@tonic-gate passmgmt \ 2817c478bd9Sstevel@tonic-gate passwd \ 2827c478bd9Sstevel@tonic-gate paste \ 2837c478bd9Sstevel@tonic-gate pathchk \ 2847c478bd9Sstevel@tonic-gate pbind \ 28570025d76Sjohnny pcidr \ 2867c478bd9Sstevel@tonic-gate pcmciad \ 2877c478bd9Sstevel@tonic-gate pfexec \ 2887c478bd9Sstevel@tonic-gate pgrep \ 2897c478bd9Sstevel@tonic-gate picl \ 2907c478bd9Sstevel@tonic-gate plimit \ 29118c2aff7Sartem policykit \ 2927c478bd9Sstevel@tonic-gate pools \ 2937c478bd9Sstevel@tonic-gate power \ 2947c478bd9Sstevel@tonic-gate ppgsz \ 2957c478bd9Sstevel@tonic-gate pg \ 2967c478bd9Sstevel@tonic-gate plockstat \ 2977c478bd9Sstevel@tonic-gate pr \ 2987c478bd9Sstevel@tonic-gate prctl \ 2997c478bd9Sstevel@tonic-gate print \ 3007c478bd9Sstevel@tonic-gate priocntl \ 3017c478bd9Sstevel@tonic-gate profiles \ 3027c478bd9Sstevel@tonic-gate projadd \ 3037c478bd9Sstevel@tonic-gate projects \ 3047c478bd9Sstevel@tonic-gate prstat \ 3057c478bd9Sstevel@tonic-gate prtconf \ 3067c478bd9Sstevel@tonic-gate prtdiag \ 3077c478bd9Sstevel@tonic-gate prtvtoc \ 3087c478bd9Sstevel@tonic-gate ps \ 3097c478bd9Sstevel@tonic-gate psradm \ 3107c478bd9Sstevel@tonic-gate psrinfo \ 3117c478bd9Sstevel@tonic-gate psrset \ 3127c478bd9Sstevel@tonic-gate ptools \ 3137c478bd9Sstevel@tonic-gate pwck \ 3147c478bd9Sstevel@tonic-gate pwconv \ 3157c478bd9Sstevel@tonic-gate pwd \ 3167c478bd9Sstevel@tonic-gate raidctl \ 3177c478bd9Sstevel@tonic-gate ramdiskadm \ 3187c478bd9Sstevel@tonic-gate rcap \ 3197c478bd9Sstevel@tonic-gate rcm_daemon \ 3207c478bd9Sstevel@tonic-gate rctladm \ 3217c478bd9Sstevel@tonic-gate refer \ 3227c478bd9Sstevel@tonic-gate regcmp \ 3237c478bd9Sstevel@tonic-gate renice \ 3247c478bd9Sstevel@tonic-gate rexd \ 3257c478bd9Sstevel@tonic-gate rm \ 3267c478bd9Sstevel@tonic-gate rmdir \ 3277c478bd9Sstevel@tonic-gate rmformat \ 32818c2aff7Sartem rmmount \ 3297c478bd9Sstevel@tonic-gate rmt \ 33018c2aff7Sartem rmvolmgr \ 3317c478bd9Sstevel@tonic-gate roles \ 3327c478bd9Sstevel@tonic-gate rpcbind \ 3337c478bd9Sstevel@tonic-gate rpcgen \ 3347c478bd9Sstevel@tonic-gate rpcinfo \ 3357c478bd9Sstevel@tonic-gate rpcsvc \ 3367c478bd9Sstevel@tonic-gate rpld \ 3377c478bd9Sstevel@tonic-gate runat \ 3387c478bd9Sstevel@tonic-gate sa \ 3397c478bd9Sstevel@tonic-gate saf \ 3407c478bd9Sstevel@tonic-gate savecore \ 3417c478bd9Sstevel@tonic-gate script \ 342275c9da8Seschrock scsi \ 3437c478bd9Sstevel@tonic-gate sdiff \ 34474e20cfeSnh145002 sdpadm \ 3457c478bd9Sstevel@tonic-gate sendmail \ 3467c478bd9Sstevel@tonic-gate setfacl \ 3477c478bd9Sstevel@tonic-gate setmnt \ 3487c478bd9Sstevel@tonic-gate setpgrp \ 3497c478bd9Sstevel@tonic-gate setuname \ 3507c478bd9Sstevel@tonic-gate sgs \ 3517c478bd9Sstevel@tonic-gate sh \ 3527c478bd9Sstevel@tonic-gate sleep \ 35384ab085aSmws smbios \ 354da6c28aaSamw smbsrv \ 3557c478bd9Sstevel@tonic-gate smserverd \ 3567c478bd9Sstevel@tonic-gate soelim \ 3577c478bd9Sstevel@tonic-gate sort \ 3587c478bd9Sstevel@tonic-gate spell \ 3597c478bd9Sstevel@tonic-gate spline \ 3607c478bd9Sstevel@tonic-gate split \ 361c5c4113dSnw141292 sqlite \ 3627c478bd9Sstevel@tonic-gate srchtxt \ 3637c478bd9Sstevel@tonic-gate ssh \ 3647c478bd9Sstevel@tonic-gate stat \ 3655a4c37c9Sqh201292 stmsboot \ 3667c478bd9Sstevel@tonic-gate streams \ 3677c478bd9Sstevel@tonic-gate strings \ 3687c478bd9Sstevel@tonic-gate su \ 3697c478bd9Sstevel@tonic-gate sulogin \ 3707c478bd9Sstevel@tonic-gate sum \ 3717c478bd9Sstevel@tonic-gate sunpc \ 3727c478bd9Sstevel@tonic-gate svc \ 3737c478bd9Sstevel@tonic-gate swap \ 3747c478bd9Sstevel@tonic-gate sync \ 3757c478bd9Sstevel@tonic-gate sysdef \ 3767c478bd9Sstevel@tonic-gate syseventadm \ 3777c478bd9Sstevel@tonic-gate syslogd \ 3787c478bd9Sstevel@tonic-gate tabs \ 3797c478bd9Sstevel@tonic-gate tar \ 3807c478bd9Sstevel@tonic-gate tbl \ 3817c478bd9Sstevel@tonic-gate tcopy \ 3827c478bd9Sstevel@tonic-gate tcpd \ 3837c478bd9Sstevel@tonic-gate tee \ 3847c478bd9Sstevel@tonic-gate terminfo \ 3857c478bd9Sstevel@tonic-gate th_tools \ 3867c478bd9Sstevel@tonic-gate tic \ 3877c478bd9Sstevel@tonic-gate time \ 3887c478bd9Sstevel@tonic-gate tip \ 3897c478bd9Sstevel@tonic-gate tnf \ 3907c478bd9Sstevel@tonic-gate touch \ 3917c478bd9Sstevel@tonic-gate tplot \ 3927c478bd9Sstevel@tonic-gate tput \ 3937c478bd9Sstevel@tonic-gate trapstat \ 3947c478bd9Sstevel@tonic-gate troff \ 3957c478bd9Sstevel@tonic-gate true \ 3967c478bd9Sstevel@tonic-gate truss \ 397f875b4ebSrica tsol \ 3987c478bd9Sstevel@tonic-gate tty \ 3997c478bd9Sstevel@tonic-gate ttymon \ 4007c478bd9Sstevel@tonic-gate uadmin \ 4017c478bd9Sstevel@tonic-gate ul \ 4027c478bd9Sstevel@tonic-gate uname \ 4037c478bd9Sstevel@tonic-gate uniq \ 4047c478bd9Sstevel@tonic-gate units \ 4057c478bd9Sstevel@tonic-gate unlink \ 4067c478bd9Sstevel@tonic-gate unpack \ 4077c478bd9Sstevel@tonic-gate users \ 4087c478bd9Sstevel@tonic-gate utmp_update \ 4097c478bd9Sstevel@tonic-gate utmpd \ 4107c478bd9Sstevel@tonic-gate valtools \ 4117c478bd9Sstevel@tonic-gate vgrind \ 4127c478bd9Sstevel@tonic-gate vi \ 413843e1988Sjohnlev vna \ 41418c2aff7Sartem volcheck \ 41518c2aff7Sartem volrmmount \ 416911106dfSjm199354 vscan \ 4177c478bd9Sstevel@tonic-gate w \ 4187c478bd9Sstevel@tonic-gate wall \ 4197c478bd9Sstevel@tonic-gate wbem \ 4207c478bd9Sstevel@tonic-gate wc \ 4217c478bd9Sstevel@tonic-gate which \ 4227c478bd9Sstevel@tonic-gate who \ 4237c478bd9Sstevel@tonic-gate whodo \ 4247c478bd9Sstevel@tonic-gate wracct \ 4257c478bd9Sstevel@tonic-gate write \ 4267c478bd9Sstevel@tonic-gate xntpd \ 4277c478bd9Sstevel@tonic-gate xargs \ 4287c478bd9Sstevel@tonic-gate xstr \ 4297c478bd9Sstevel@tonic-gate yes \ 4307c478bd9Sstevel@tonic-gate ypcmd \ 4317c478bd9Sstevel@tonic-gate yppasswd \ 432fa9e4066Sahrens zdb \ 4337c478bd9Sstevel@tonic-gate zdump \ 434fa9e4066Sahrens zfs \ 4357c478bd9Sstevel@tonic-gate zic \ 436ea8dc4b6Seschrock zinject \ 4377c478bd9Sstevel@tonic-gate zlogin \ 4387c478bd9Sstevel@tonic-gate zoneadm \ 4397c478bd9Sstevel@tonic-gate zoneadmd \ 4407c478bd9Sstevel@tonic-gate zonecfg \ 441fa9e4066Sahrens zonename \ 442fa9e4066Sahrens zpool \ 443fa9e4066Sahrens ztest 4447c478bd9Sstevel@tonic-gate 445fb9f9b97Skupfer$(CLOSED_BUILD)COMMON_SUBDIRS += \ 446fb9f9b97Skupfer $(CLOSED)/cmd/dodatadm \ 44709d2ffafSstevel $(CLOSED)/cmd/fwflash \ 448fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 449fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 450fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 451fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 452fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 4537aec1d6eScindi $(CLOSED)/cmd/mtst \ 45469987563Ssabdar $(CLOSED)/cmd/ndmpadm \ 45569987563Ssabdar $(CLOSED)/cmd/ndmpd \ 45669987563Ssabdar $(CLOSED)/cmd/ndmpstat \ 457fb9f9b97Skupfer $(CLOSED)/cmd/od \ 458fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 459fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 460fb9f9b97Skupfer $(CLOSED)/cmd/pcitool \ 461fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 462fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 463fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 464fb9f9b97Skupfer $(CLOSED)/cmd/smartcard \ 465fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 466fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 467fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 468fb9f9b97Skupfer 4697c478bd9Sstevel@tonic-gatei386_SUBDIRS= \ 4707c478bd9Sstevel@tonic-gate addbadsec \ 4717c478bd9Sstevel@tonic-gate biosdev \ 4727c478bd9Sstevel@tonic-gate diskscan \ 4737c478bd9Sstevel@tonic-gate OWconfig \ 4742449e17fSsherrym rtc \ 4752449e17fSsherrym ucodeadm 4767c478bd9Sstevel@tonic-gate 4777c478bd9Sstevel@tonic-gatesparc_SUBDIRS= \ 4787c478bd9Sstevel@tonic-gate cvcd \ 4797c478bd9Sstevel@tonic-gate dcs \ 4801d4b38e0Srsmaeda drd \ 481*60c45ed0Svs195195 fps \ 4827c478bd9Sstevel@tonic-gate fruadm \ 483a4ac8bb3Sdnielsen oplhpd \ 48425cf1a30Sjl139090 prtdscp \ 4857c478bd9Sstevel@tonic-gate prtfru \ 48603831d35Sstevel scadm \ 4877c478bd9Sstevel@tonic-gate sckmd \ 4887c478bd9Sstevel@tonic-gate sf880drd \ 489a83cadceSkm84432 vntsd 4907c478bd9Sstevel@tonic-gate 4917c478bd9Sstevel@tonic-gate# 4927c478bd9Sstevel@tonic-gate# Commands that are messaged. Note that 'lp' and 'man' come first 4937c478bd9Sstevel@tonic-gate# (see previous comment about 'lp' and 'man'). 4947c478bd9Sstevel@tonic-gate# 4957c478bd9Sstevel@tonic-gateMSGSUBDIRS= \ 4967c478bd9Sstevel@tonic-gate lp \ 4977c478bd9Sstevel@tonic-gate man \ 4987c478bd9Sstevel@tonic-gate abi \ 4997c478bd9Sstevel@tonic-gate acctadm \ 5007c478bd9Sstevel@tonic-gate allocate \ 5017c478bd9Sstevel@tonic-gate asa \ 5027c478bd9Sstevel@tonic-gate audio \ 5037c478bd9Sstevel@tonic-gate audit \ 5047c478bd9Sstevel@tonic-gate auditd \ 5057c478bd9Sstevel@tonic-gate auths \ 5067c478bd9Sstevel@tonic-gate autopush \ 5077c478bd9Sstevel@tonic-gate awk \ 5087c478bd9Sstevel@tonic-gate awk_xpg4 \ 5097c478bd9Sstevel@tonic-gate backup \ 5107c478bd9Sstevel@tonic-gate banner \ 5117c478bd9Sstevel@tonic-gate bart \ 5127c478bd9Sstevel@tonic-gate basename \ 5137c478bd9Sstevel@tonic-gate bnu \ 5147c478bd9Sstevel@tonic-gate bsmconv \ 5157c478bd9Sstevel@tonic-gate bsmrecord \ 5167c478bd9Sstevel@tonic-gate bsmunconv \ 5177c478bd9Sstevel@tonic-gate busstat \ 5187c478bd9Sstevel@tonic-gate cal \ 5197c478bd9Sstevel@tonic-gate cat \ 5207c478bd9Sstevel@tonic-gate cdrw \ 5217c478bd9Sstevel@tonic-gate cfgadm \ 5227c478bd9Sstevel@tonic-gate checkeq \ 5237c478bd9Sstevel@tonic-gate checknr \ 5247c478bd9Sstevel@tonic-gate chgrp \ 5257c478bd9Sstevel@tonic-gate chmod \ 5267c478bd9Sstevel@tonic-gate chown \ 5277c478bd9Sstevel@tonic-gate cksum \ 5287c478bd9Sstevel@tonic-gate cmd-crypto \ 5297c478bd9Sstevel@tonic-gate cmd-inet \ 5307c478bd9Sstevel@tonic-gate cmp \ 5317c478bd9Sstevel@tonic-gate col \ 5327c478bd9Sstevel@tonic-gate comm \ 5337c478bd9Sstevel@tonic-gate compress \ 5347c478bd9Sstevel@tonic-gate consadm \ 5357c478bd9Sstevel@tonic-gate coreadm \ 5367c478bd9Sstevel@tonic-gate cpio \ 5377c478bd9Sstevel@tonic-gate cpc \ 5387c478bd9Sstevel@tonic-gate cron \ 5397c478bd9Sstevel@tonic-gate csh \ 5407c478bd9Sstevel@tonic-gate csplit \ 5417c478bd9Sstevel@tonic-gate ctrun \ 5427c478bd9Sstevel@tonic-gate ctstat \ 5437c478bd9Sstevel@tonic-gate ctwatch \ 5447c478bd9Sstevel@tonic-gate cut \ 5457c478bd9Sstevel@tonic-gate datadm \ 5467c478bd9Sstevel@tonic-gate date \ 5477c478bd9Sstevel@tonic-gate dc \ 5487c478bd9Sstevel@tonic-gate dcs \ 5497c478bd9Sstevel@tonic-gate dd \ 5507c478bd9Sstevel@tonic-gate deroff \ 5517c478bd9Sstevel@tonic-gate devfsadm \ 5526185db85Sdougm dfs.cmds \ 5537c478bd9Sstevel@tonic-gate diff \ 5547c478bd9Sstevel@tonic-gate diffmk \ 5557c478bd9Sstevel@tonic-gate dladm \ 5567c478bd9Sstevel@tonic-gate du \ 5577c478bd9Sstevel@tonic-gate dumpcs \ 5587c478bd9Sstevel@tonic-gate ed \ 55918c2aff7Sartem eject \ 5607c478bd9Sstevel@tonic-gate env \ 5617c478bd9Sstevel@tonic-gate eqn \ 5627c478bd9Sstevel@tonic-gate expand \ 5637c478bd9Sstevel@tonic-gate expr \ 5647c478bd9Sstevel@tonic-gate fgrep \ 5657c478bd9Sstevel@tonic-gate file \ 5667c478bd9Sstevel@tonic-gate filesync \ 5677c478bd9Sstevel@tonic-gate find \ 5687c478bd9Sstevel@tonic-gate fm \ 5697c478bd9Sstevel@tonic-gate fold \ 5707c478bd9Sstevel@tonic-gate fs.d \ 5717c478bd9Sstevel@tonic-gate geniconvtbl \ 5727c478bd9Sstevel@tonic-gate genmsg \ 5737c478bd9Sstevel@tonic-gate getconf \ 5747c478bd9Sstevel@tonic-gate getent \ 5757c478bd9Sstevel@tonic-gate gettext \ 5767c478bd9Sstevel@tonic-gate gettxt \ 5777c478bd9Sstevel@tonic-gate grep \ 5787c478bd9Sstevel@tonic-gate grep_xpg4 \ 5797c478bd9Sstevel@tonic-gate grpck \ 5807c478bd9Sstevel@tonic-gate gss \ 5817c478bd9Sstevel@tonic-gate halt \ 5827c478bd9Sstevel@tonic-gate head \ 5837c478bd9Sstevel@tonic-gate hostname \ 5847c478bd9Sstevel@tonic-gate id \ 585c5c4113dSnw141292 idmap \ 5867c478bd9Sstevel@tonic-gate isaexec \ 58736c5fee3Smcneal iscsi \ 5887c478bd9Sstevel@tonic-gate join \ 589d8c870b0Sqz150045 kbd \ 5907c478bd9Sstevel@tonic-gate krb5 \ 591da2e3ebdSchin ksh \ 5927c478bd9Sstevel@tonic-gate kstat \ 5937c478bd9Sstevel@tonic-gate last \ 5947c478bd9Sstevel@tonic-gate ldap \ 5957c478bd9Sstevel@tonic-gate ldapcachemgr \ 596c6402783Sakolb lgrpinfo \ 5977c478bd9Sstevel@tonic-gate locale \ 5987c478bd9Sstevel@tonic-gate lofiadm \ 5997c478bd9Sstevel@tonic-gate logadm \ 6007c478bd9Sstevel@tonic-gate logger \ 6017c478bd9Sstevel@tonic-gate logins \ 6027c478bd9Sstevel@tonic-gate logname \ 6037c478bd9Sstevel@tonic-gate ls \ 6047c478bd9Sstevel@tonic-gate lvm \ 6057c478bd9Sstevel@tonic-gate mailx \ 6067c478bd9Sstevel@tonic-gate mesg \ 6077c478bd9Sstevel@tonic-gate mkdir \ 6087c478bd9Sstevel@tonic-gate mkpwdict \ 6097c478bd9Sstevel@tonic-gate mktemp \ 6107c478bd9Sstevel@tonic-gate more \ 6117c478bd9Sstevel@tonic-gate msgfmt \ 6127c478bd9Sstevel@tonic-gate mv \ 6137c478bd9Sstevel@tonic-gate newgrp \ 6147c478bd9Sstevel@tonic-gate newtask \ 6157c478bd9Sstevel@tonic-gate nice \ 6167c478bd9Sstevel@tonic-gate nispasswd \ 6177c478bd9Sstevel@tonic-gate nohup \ 6187c478bd9Sstevel@tonic-gate oawk \ 6197c478bd9Sstevel@tonic-gate pack \ 6207c478bd9Sstevel@tonic-gate passwd \ 6217c478bd9Sstevel@tonic-gate passmgmt \ 6227c478bd9Sstevel@tonic-gate paste \ 6237c478bd9Sstevel@tonic-gate pathchk \ 6247c478bd9Sstevel@tonic-gate pfexec \ 6257c478bd9Sstevel@tonic-gate pg \ 6267c478bd9Sstevel@tonic-gate pgrep \ 6277c478bd9Sstevel@tonic-gate picl \ 6287c478bd9Sstevel@tonic-gate pools \ 6297c478bd9Sstevel@tonic-gate power \ 6307c478bd9Sstevel@tonic-gate pr \ 6317c478bd9Sstevel@tonic-gate praudit \ 6327c478bd9Sstevel@tonic-gate print \ 6337c478bd9Sstevel@tonic-gate profiles \ 6347c478bd9Sstevel@tonic-gate projadd \ 6357c478bd9Sstevel@tonic-gate projects \ 6367c478bd9Sstevel@tonic-gate prstat \ 6377c478bd9Sstevel@tonic-gate prtdiag \ 6387c478bd9Sstevel@tonic-gate ps \ 6397c478bd9Sstevel@tonic-gate psrinfo \ 640c6402783Sakolb ptools \ 6417c478bd9Sstevel@tonic-gate pwconv \ 6427c478bd9Sstevel@tonic-gate pwd \ 6437c478bd9Sstevel@tonic-gate raidctl \ 6447c478bd9Sstevel@tonic-gate ramdiskadm \ 6457c478bd9Sstevel@tonic-gate rcap \ 6467c478bd9Sstevel@tonic-gate rcm_daemon \ 6477c478bd9Sstevel@tonic-gate refer \ 6487c478bd9Sstevel@tonic-gate regcmp \ 6497c478bd9Sstevel@tonic-gate renice \ 6507c478bd9Sstevel@tonic-gate roles \ 6517c478bd9Sstevel@tonic-gate rm \ 6527c478bd9Sstevel@tonic-gate rmdir \ 6537c478bd9Sstevel@tonic-gate rmformat \ 65418c2aff7Sartem rmmount \ 65518c2aff7Sartem rmvolmgr \ 65603831d35Sstevel scadm \ 6577c478bd9Sstevel@tonic-gate script \ 658275c9da8Seschrock scsi \ 6597c478bd9Sstevel@tonic-gate sdiff \ 66074e20cfeSnh145002 sdpadm \ 6617c478bd9Sstevel@tonic-gate sgs \ 6627c478bd9Sstevel@tonic-gate sh \ 6637c478bd9Sstevel@tonic-gate sleep \ 6647c478bd9Sstevel@tonic-gate sort \ 6657c478bd9Sstevel@tonic-gate split \ 6667c478bd9Sstevel@tonic-gate ssh \ 66713c7b6acSrsb stat \ 6685a4c37c9Sqh201292 stmsboot \ 6697c478bd9Sstevel@tonic-gate strings \ 6707c478bd9Sstevel@tonic-gate su \ 6717c478bd9Sstevel@tonic-gate sum \ 6727c478bd9Sstevel@tonic-gate svc \ 6737c478bd9Sstevel@tonic-gate swap \ 6747c478bd9Sstevel@tonic-gate syseventadm \ 6757c478bd9Sstevel@tonic-gate syseventd \ 6767c478bd9Sstevel@tonic-gate tabs \ 6777c478bd9Sstevel@tonic-gate tar \ 6787c478bd9Sstevel@tonic-gate tbl \ 6797c478bd9Sstevel@tonic-gate tee \ 6807c478bd9Sstevel@tonic-gate time \ 6817c478bd9Sstevel@tonic-gate tnf \ 6827c478bd9Sstevel@tonic-gate touch \ 6837c478bd9Sstevel@tonic-gate tput \ 6847c478bd9Sstevel@tonic-gate troff \ 685f875b4ebSrica tsol \ 6867c478bd9Sstevel@tonic-gate tty \ 6877c478bd9Sstevel@tonic-gate ttymon \ 6887c478bd9Sstevel@tonic-gate ul \ 6897c478bd9Sstevel@tonic-gate uname \ 6907c478bd9Sstevel@tonic-gate uniq \ 6917c478bd9Sstevel@tonic-gate units \ 6927c478bd9Sstevel@tonic-gate unlink \ 6937c478bd9Sstevel@tonic-gate unpack \ 6947c478bd9Sstevel@tonic-gate valtools \ 6957c478bd9Sstevel@tonic-gate vgrind \ 6967c478bd9Sstevel@tonic-gate vi \ 69718c2aff7Sartem volcheck \ 69818c2aff7Sartem volrmmount \ 6997c478bd9Sstevel@tonic-gate w \ 7007c478bd9Sstevel@tonic-gate wbem \ 7017c478bd9Sstevel@tonic-gate wc \ 7027c478bd9Sstevel@tonic-gate who \ 7037c478bd9Sstevel@tonic-gate whodo \ 7047c478bd9Sstevel@tonic-gate wracct \ 7057c478bd9Sstevel@tonic-gate write \ 7067c478bd9Sstevel@tonic-gate xargs \ 7077c478bd9Sstevel@tonic-gate yppasswd \ 7087c478bd9Sstevel@tonic-gate zdump \ 709fa9e4066Sahrens zfs \ 7107c478bd9Sstevel@tonic-gate zic \ 7117c478bd9Sstevel@tonic-gate zlogin \ 7127c478bd9Sstevel@tonic-gate zoneadm \ 7137c478bd9Sstevel@tonic-gate zoneadmd \ 7147c478bd9Sstevel@tonic-gate zonecfg \ 715fa9e4066Sahrens zonename \ 716fa9e4066Sahrens zpool 7177c478bd9Sstevel@tonic-gate 718fb9f9b97Skupfer$(CLOSED_BUILD)MSGSUBDIRS += \ 71909d2ffafSstevel $(CLOSED)/cmd/fwflash \ 720fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 721fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 722fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 723fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 724fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 72569987563Ssabdar $(CLOSED)/cmd/ndmpadm \ 72669987563Ssabdar $(CLOSED)/cmd/ndmpstat \ 727fb9f9b97Skupfer $(CLOSED)/cmd/od \ 728fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 729fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 730fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 731fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 732fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 733fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 734fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 735fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 736fb9f9b97Skupfer 7377c478bd9Sstevel@tonic-gatesparc_MSGSUBDIRS= \ 7387c478bd9Sstevel@tonic-gate fruadm \ 73925cf1a30Sjl139090 prtdscp \ 7407c478bd9Sstevel@tonic-gate prtfru \ 741a83cadceSkm84432 vntsd 7427c478bd9Sstevel@tonic-gate 7432449e17fSsherrymi386_MSGSUBDIRS= \ 7442449e17fSsherrym ucodeadm 7452449e17fSsherrym 7467c478bd9Sstevel@tonic-gate# 7477c478bd9Sstevel@tonic-gate# commands that use dcgettext for localized time, LC_TIME 7487c478bd9Sstevel@tonic-gate# 7497c478bd9Sstevel@tonic-gateDCSUBDIRS= \ 7507c478bd9Sstevel@tonic-gate cal \ 7517c478bd9Sstevel@tonic-gate cfgadm \ 7527c478bd9Sstevel@tonic-gate diff \ 7537c478bd9Sstevel@tonic-gate ls \ 7547c478bd9Sstevel@tonic-gate pr \ 75516f94f58Ssayama ps \ 7567c478bd9Sstevel@tonic-gate tar \ 7577c478bd9Sstevel@tonic-gate w \ 7587c478bd9Sstevel@tonic-gate who \ 7597c478bd9Sstevel@tonic-gate whodo \ 7607c478bd9Sstevel@tonic-gate write 7617c478bd9Sstevel@tonic-gate 762fb9f9b97Skupfer$(CLOSED_BUILD)DCSUBDIRS += \ 763fb9f9b97Skupfer $(CLOSED)/cmd/pax 764fb9f9b97Skupfer 7657c478bd9Sstevel@tonic-gate# 7667c478bd9Sstevel@tonic-gate# commands that belong only to the basic security module 7677c478bd9Sstevel@tonic-gate# 7687c478bd9Sstevel@tonic-gateBSMSUBDIRS= \ 7697c478bd9Sstevel@tonic-gate allocate \ 7707c478bd9Sstevel@tonic-gate amt \ 7717c478bd9Sstevel@tonic-gate audit \ 7727c478bd9Sstevel@tonic-gate audit_warn \ 7737c478bd9Sstevel@tonic-gate auditconfig \ 7747c478bd9Sstevel@tonic-gate auditd \ 7757c478bd9Sstevel@tonic-gate auditreduce \ 7767c478bd9Sstevel@tonic-gate auditstat \ 7777c478bd9Sstevel@tonic-gate praudit \ 7787c478bd9Sstevel@tonic-gate bsmconv \ 7797c478bd9Sstevel@tonic-gate bsmrecord \ 7807c478bd9Sstevel@tonic-gate bsmunconv 7817c478bd9Sstevel@tonic-gate 7827c478bd9Sstevel@tonic-gate# 7837c478bd9Sstevel@tonic-gate# commands not owned by the systems group 7847c478bd9Sstevel@tonic-gate# 7857c478bd9Sstevel@tonic-gateBWOSDIRS= 7867c478bd9Sstevel@tonic-gate 7877c478bd9Sstevel@tonic-gate# 7887c478bd9Sstevel@tonic-gate# Commands providing manifests must offer a check target. A recursive check 7897c478bd9Sstevel@tonic-gate# target across all commands directories is not currently provided. 7907c478bd9Sstevel@tonic-gate# 7917c478bd9Sstevel@tonic-gateMANIFEST_TOPDIRS= \ 7927c478bd9Sstevel@tonic-gate auditd \ 7937c478bd9Sstevel@tonic-gate bnu \ 7947c478bd9Sstevel@tonic-gate consadm \ 7957c478bd9Sstevel@tonic-gate coreadm \ 7967c478bd9Sstevel@tonic-gate cron \ 7977c478bd9Sstevel@tonic-gate cvcd \ 798d98ed3d7Srm88369 dispadmin \ 7991d4b38e0Srsmaeda drd \ 8007c478bd9Sstevel@tonic-gate dumpadm \ 8017c478bd9Sstevel@tonic-gate eeprom \ 8027c478bd9Sstevel@tonic-gate fm \ 803bd335c64Sesolom intrd \ 8047c478bd9Sstevel@tonic-gate ipf \ 8057c478bd9Sstevel@tonic-gate keyserv \ 8067c478bd9Sstevel@tonic-gate ldapcachemgr \ 807d62bc4baSyz147064 dlmgmtd \ 8087c478bd9Sstevel@tonic-gate nscd \ 809a4ac8bb3Sdnielsen oplhpd \ 8107c478bd9Sstevel@tonic-gate power \ 8117c478bd9Sstevel@tonic-gate rexd \ 8127c478bd9Sstevel@tonic-gate rpcbind \ 8137c478bd9Sstevel@tonic-gate rpcsvc \ 8147c478bd9Sstevel@tonic-gate saf \ 8157c478bd9Sstevel@tonic-gate sf880drd \ 8167c478bd9Sstevel@tonic-gate smserverd \ 8177c478bd9Sstevel@tonic-gate syseventd \ 8187c478bd9Sstevel@tonic-gate syslogd \ 8197c478bd9Sstevel@tonic-gate utmpd \ 8201ae08745Sheppo vntsd \ 8217c478bd9Sstevel@tonic-gate ypcmd \ 8227c478bd9Sstevel@tonic-gate zoneadmd 8237c478bd9Sstevel@tonic-gate 8247c478bd9Sstevel@tonic-gateMANIFEST_SUBDIRS= \ 82558091fd8Ssetje boot/scripts \ 8267c478bd9Sstevel@tonic-gate cmd-crypto/scripts \ 8277c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.chargend \ 8287c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.daytimed \ 8297c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.dhcpd \ 8307c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.discardd \ 8317c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.echod \ 832a192e900Samaguire cmd-inet/usr.lib/in.ndpd \ 833a192e900Samaguire cmd-inet/usr.lib/in.ripngd \ 8347c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.timed \ 8357c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/inetd \ 8364b22b933Srs200217 cmd-inet/usr.lib/mdnsd \ 8377c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/slpd \ 838a399b765Szf162725 cmd-inet/usr.lib/wpad \ 8397c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin \ 8407c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.ftpd \ 841a192e900Samaguire cmd-inet/usr.sbin/in.rdisc \ 842a192e900Samaguire cmd-inet/usr.sbin/in.routed \ 8437c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.talkd \ 844a192e900Samaguire cmd-inet/usr.sbin/routeadm \ 845f875b4ebSrica cmd/tsol/labeld \ 846f875b4ebSrica cmd/tsol/tnctl \ 847f875b4ebSrica cmd/tsol/tnd \ 848f875b4ebSrica cmd/tsol/tsol-zones \ 8497c478bd9Sstevel@tonic-gate dcs/sparc/sun4u \ 8507c478bd9Sstevel@tonic-gate fs.d/autofs \ 8517c478bd9Sstevel@tonic-gate fs.d/cachefs \ 8527c478bd9Sstevel@tonic-gate fs.d/nfs/svc \ 8537c478bd9Sstevel@tonic-gate gss/gssd \ 854c5c4113dSnw141292 idmap/idmapd \ 8557c478bd9Sstevel@tonic-gate krb5/kadmin/server \ 8567c478bd9Sstevel@tonic-gate krb5/krb5kdc \ 8577c478bd9Sstevel@tonic-gate krb5/kwarn \ 8587c478bd9Sstevel@tonic-gate krb5/slave \ 8597c478bd9Sstevel@tonic-gate lp/cmd/lpsched \ 8607c478bd9Sstevel@tonic-gate lvm/rpc.metad \ 8617c478bd9Sstevel@tonic-gate lvm/rpc.metamedd \ 8627c478bd9Sstevel@tonic-gate lvm/rpc.metamhd \ 8637c478bd9Sstevel@tonic-gate lvm/md_monitord \ 8647c478bd9Sstevel@tonic-gate lvm/metassist/sysfiles \ 8657c478bd9Sstevel@tonic-gate lvm/util \ 8667c478bd9Sstevel@tonic-gate picl/picld \ 8677c478bd9Sstevel@tonic-gate print/gateway \ 8687c478bd9Sstevel@tonic-gate print/lp \ 8697c478bd9Sstevel@tonic-gate rcap/rcapd \ 8707c478bd9Sstevel@tonic-gate rpcsvc/rpc.bootparamd \ 8717c478bd9Sstevel@tonic-gate sendmail/lib \ 8727c478bd9Sstevel@tonic-gate smartcard/daemon \ 8737c478bd9Sstevel@tonic-gate ssh/etc \ 8747c478bd9Sstevel@tonic-gate svc/milestone \ 8757c478bd9Sstevel@tonic-gate ypcmd/yppasswd \ 8767c478bd9Sstevel@tonic-gate ypcmd/ypupdated \ 8777c478bd9Sstevel@tonic-gate xntpd/xntpd 8787c478bd9Sstevel@tonic-gate 879bd0f52d7SjhaslamDTEST_SUBDIRS= \ 880bd0f52d7Sjhaslam dtrace/test/tst 881bd0f52d7Sjhaslam 8827c478bd9Sstevel@tonic-gateall := TARGET = all 8837c478bd9Sstevel@tonic-gateinstall := TARGET = install 8847c478bd9Sstevel@tonic-gateclean := TARGET = clean 8857c478bd9Sstevel@tonic-gateclobber := TARGET = clobber 8867c478bd9Sstevel@tonic-gatelint := TARGET = lint 8877c478bd9Sstevel@tonic-gatecheck := TARGET = check 8887c478bd9Sstevel@tonic-gate_msg := TARGET = _msg 8897c478bd9Sstevel@tonic-gate_dc := TARGET = _dc 8907c478bd9Sstevel@tonic-gate 8917c478bd9Sstevel@tonic-gate.KEEP_STATE: 8927c478bd9Sstevel@tonic-gate 8937c478bd9Sstevel@tonic-gateSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 8947c478bd9Sstevel@tonic-gate 8957c478bd9Sstevel@tonic-gate.PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS) \ 896bd0f52d7Sjhaslam $(MANIFEST_SUBDIRS) $(DTEST_SUBDIRS) 8977c478bd9Sstevel@tonic-gate 8987c478bd9Sstevel@tonic-gateall install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS) 8997c478bd9Sstevel@tonic-gate 900bd0f52d7Sjhaslamcheck: svccfg_check .WAIT $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) \ 901bd0f52d7Sjhaslam $(DTEST_SUBDIRS) 9027c478bd9Sstevel@tonic-gate 9037c478bd9Sstevel@tonic-gatesvccfg_check: 9047c478bd9Sstevel@tonic-gate @$(ECHO) "building requirements for svccfg check ..."; \ 9057c478bd9Sstevel@tonic-gate (cd $(SRC)/cmd/svc/svccfg && pwd && $(MAKE) $(MFLAGS) native) 9067c478bd9Sstevel@tonic-gate 907bd0f52d7Sjhaslam$(DTEST_SUBDIRS): FRC 908bd0f52d7Sjhaslam @cd $@; pwd; $(MAKE) $(TARGET) 909bd0f52d7Sjhaslam 9107c478bd9Sstevel@tonic-gate# 9117c478bd9Sstevel@tonic-gate# The .WAIT directive works around an apparent bug in parallel make. 9127c478bd9Sstevel@tonic-gate# Evidently make was getting the target _msg vs. _dc confused under 9137c478bd9Sstevel@tonic-gate# some level of parallelization, causing some of the _dc objects 9147c478bd9Sstevel@tonic-gate# not to be built. 9157c478bd9Sstevel@tonic-gate# 9167c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc 9177c478bd9Sstevel@tonic-gate 9187c478bd9Sstevel@tonic-gate_dc: $(DCSUBDIRS) 9197c478bd9Sstevel@tonic-gate 9209616efa0Sartem# 9219616efa0Sartem# Dependencies 9229616efa0Sartem# 9239616efa0Sartemfs.d: fstyp 9249616efa0Sartem 9257c478bd9Sstevel@tonic-gate$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS) $(MANIFEST_SUBDIRS): FRC 9267c478bd9Sstevel@tonic-gate @if [ -f $@/Makefile ]; then \ 9277c478bd9Sstevel@tonic-gate cd $@; pwd; $(MAKE) $(TARGET); \ 9287c478bd9Sstevel@tonic-gate else \ 9297c478bd9Sstevel@tonic-gate true; \ 9307c478bd9Sstevel@tonic-gate fi 9317c478bd9Sstevel@tonic-gate 9327c478bd9Sstevel@tonic-gateFRC: 933