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# 245a4c37c9Sqh201292# Copyright 2007 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 307c478bd9Sstevel@tonic-gate 317c478bd9Sstevel@tonic-gate# 327c478bd9Sstevel@tonic-gate# Note that the commands 'agents', 'lp', 'perl', and 'man' are first in 337c478bd9Sstevel@tonic-gate# the list, violating alphabetical order. This is because they are very 347c478bd9Sstevel@tonic-gate# long-running and should be given the most wall-clock time for a 357c478bd9Sstevel@tonic-gate# parallel build. 367c478bd9Sstevel@tonic-gate# 377c478bd9Sstevel@tonic-gate# Commands in the FIRST_SUBDIRS list are built before starting the build 387c478bd9Sstevel@tonic-gate# of other commands. Currently this includes only 'isaexec' and 397c478bd9Sstevel@tonic-gate# 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or 407c478bd9Sstevel@tonic-gate# $(ROOT)/usr/lib/platexec must exist when some other commands are built 417c478bd9Sstevel@tonic-gate# because their 'make install' creates a hard link to one of them. 427c478bd9Sstevel@tonic-gate# 437c478bd9Sstevel@tonic-gate# Commands are listed one per line so that TeamWare can auto-merge most 447c478bd9Sstevel@tonic-gate# changes. 457c478bd9Sstevel@tonic-gate# 467c478bd9Sstevel@tonic-gate 477c478bd9Sstevel@tonic-gateFIRST_SUBDIRS= \ 487c478bd9Sstevel@tonic-gate isaexec \ 497c478bd9Sstevel@tonic-gate platexec 507c478bd9Sstevel@tonic-gate 517c478bd9Sstevel@tonic-gateCOMMON_SUBDIRS= \ 527c478bd9Sstevel@tonic-gate agents \ 53fa9e4066Sahrens availdevs \ 547c478bd9Sstevel@tonic-gate lp \ 557c478bd9Sstevel@tonic-gate perl \ 567c478bd9Sstevel@tonic-gate man \ 577c478bd9Sstevel@tonic-gate Adm \ 587c478bd9Sstevel@tonic-gate abi \ 597c478bd9Sstevel@tonic-gate adbgen \ 607c478bd9Sstevel@tonic-gate acct \ 617c478bd9Sstevel@tonic-gate acctadm \ 627c478bd9Sstevel@tonic-gate arch \ 637c478bd9Sstevel@tonic-gate asa \ 647c478bd9Sstevel@tonic-gate audio \ 657c478bd9Sstevel@tonic-gate auths \ 667c478bd9Sstevel@tonic-gate autopush \ 677c478bd9Sstevel@tonic-gate awk \ 687c478bd9Sstevel@tonic-gate awk_xpg4 \ 697c478bd9Sstevel@tonic-gate backup \ 707c478bd9Sstevel@tonic-gate banner \ 717c478bd9Sstevel@tonic-gate bart \ 727c478bd9Sstevel@tonic-gate basename \ 737c478bd9Sstevel@tonic-gate bc \ 747c478bd9Sstevel@tonic-gate bdiff \ 757c478bd9Sstevel@tonic-gate bfs \ 767c478bd9Sstevel@tonic-gate bnu \ 777c478bd9Sstevel@tonic-gate boot \ 787c478bd9Sstevel@tonic-gate busstat \ 797c478bd9Sstevel@tonic-gate cal \ 807c478bd9Sstevel@tonic-gate calendar \ 817c478bd9Sstevel@tonic-gate captoinfo \ 827c478bd9Sstevel@tonic-gate cat \ 837c478bd9Sstevel@tonic-gate cdrw \ 847c478bd9Sstevel@tonic-gate cfgadm \ 857c478bd9Sstevel@tonic-gate checkeq \ 867c478bd9Sstevel@tonic-gate checknr \ 877c478bd9Sstevel@tonic-gate chgrp \ 887c478bd9Sstevel@tonic-gate chmod \ 897c478bd9Sstevel@tonic-gate chown \ 907c478bd9Sstevel@tonic-gate chroot \ 917c478bd9Sstevel@tonic-gate cksum \ 927c478bd9Sstevel@tonic-gate clear \ 937c478bd9Sstevel@tonic-gate clinfo \ 947c478bd9Sstevel@tonic-gate cmd-crypto \ 957c478bd9Sstevel@tonic-gate cmd-inet \ 967c478bd9Sstevel@tonic-gate cmp \ 977c478bd9Sstevel@tonic-gate col \ 987c478bd9Sstevel@tonic-gate comm \ 997c478bd9Sstevel@tonic-gate compress \ 1007c478bd9Sstevel@tonic-gate consadm \ 1017c478bd9Sstevel@tonic-gate coreadm \ 1027c478bd9Sstevel@tonic-gate cpio \ 1037c478bd9Sstevel@tonic-gate cpc \ 1047c478bd9Sstevel@tonic-gate cron \ 1057c478bd9Sstevel@tonic-gate crypt \ 1067c478bd9Sstevel@tonic-gate csh \ 1077c478bd9Sstevel@tonic-gate csplit \ 1087c478bd9Sstevel@tonic-gate ctrun \ 1097c478bd9Sstevel@tonic-gate ctstat \ 1107c478bd9Sstevel@tonic-gate ctwatch \ 1117c478bd9Sstevel@tonic-gate cut \ 1127c478bd9Sstevel@tonic-gate datadm \ 1137c478bd9Sstevel@tonic-gate date \ 1147c478bd9Sstevel@tonic-gate dc \ 1157c478bd9Sstevel@tonic-gate dd \ 1167c478bd9Sstevel@tonic-gate deroff \ 1177c478bd9Sstevel@tonic-gate des \ 1187c478bd9Sstevel@tonic-gate devfsadm \ 1197c478bd9Sstevel@tonic-gate syseventd \ 1207c478bd9Sstevel@tonic-gate devctl \ 1217c478bd9Sstevel@tonic-gate devinfo \ 1227c478bd9Sstevel@tonic-gate devmgmt \ 1237c478bd9Sstevel@tonic-gate dfs.cmds \ 1247c478bd9Sstevel@tonic-gate diff \ 1257c478bd9Sstevel@tonic-gate diff3 \ 1267c478bd9Sstevel@tonic-gate diffmk \ 1277c478bd9Sstevel@tonic-gate dircmp \ 1287c478bd9Sstevel@tonic-gate dirname \ 129dc0093f4Seschrock dis \ 1307c478bd9Sstevel@tonic-gate diskmgtd \ 1317c478bd9Sstevel@tonic-gate dispadmin \ 1327c478bd9Sstevel@tonic-gate dladm \ 1337c478bd9Sstevel@tonic-gate dmesg \ 1347c478bd9Sstevel@tonic-gate dtrace \ 1357c478bd9Sstevel@tonic-gate du \ 1367c478bd9Sstevel@tonic-gate dumpadm \ 1377c478bd9Sstevel@tonic-gate dumpcs \ 1387c478bd9Sstevel@tonic-gate echo \ 1397c478bd9Sstevel@tonic-gate ed \ 1407c478bd9Sstevel@tonic-gate eeprom \ 1417c478bd9Sstevel@tonic-gate egrep \ 14218c2aff7Sartem eject \ 143b1dd958fScth emul64ioctl \ 1447c478bd9Sstevel@tonic-gate enhance \ 1457c478bd9Sstevel@tonic-gate env \ 1467c478bd9Sstevel@tonic-gate eqn \ 1477c478bd9Sstevel@tonic-gate expand \ 1487c478bd9Sstevel@tonic-gate expr \ 1497c478bd9Sstevel@tonic-gate exstr \ 1507c478bd9Sstevel@tonic-gate factor \ 1517c478bd9Sstevel@tonic-gate false \ 1527c478bd9Sstevel@tonic-gate fdetach \ 1537c478bd9Sstevel@tonic-gate fdformat \ 1547c478bd9Sstevel@tonic-gate fdisk \ 1557c478bd9Sstevel@tonic-gate filesync \ 1567c478bd9Sstevel@tonic-gate fgrep \ 1577c478bd9Sstevel@tonic-gate file \ 1587c478bd9Sstevel@tonic-gate find \ 1597c478bd9Sstevel@tonic-gate fm \ 1607c478bd9Sstevel@tonic-gate fmli \ 1617c478bd9Sstevel@tonic-gate fmt \ 1627c478bd9Sstevel@tonic-gate fmthard \ 1637c478bd9Sstevel@tonic-gate fmtmsg \ 1647c478bd9Sstevel@tonic-gate fold \ 1657c478bd9Sstevel@tonic-gate format \ 1660e42dee6Sartem fs.d \ 1679616efa0Sartem fstyp \ 1687c478bd9Sstevel@tonic-gate fuser \ 1697c478bd9Sstevel@tonic-gate gcore \ 1707c478bd9Sstevel@tonic-gate gencat \ 1717c478bd9Sstevel@tonic-gate geniconvtbl \ 1727c478bd9Sstevel@tonic-gate genmsg \ 1737c478bd9Sstevel@tonic-gate getconf \ 1747c478bd9Sstevel@tonic-gate getdevpolicy \ 1757c478bd9Sstevel@tonic-gate getent \ 1767c478bd9Sstevel@tonic-gate getfacl \ 1777c478bd9Sstevel@tonic-gate getmajor \ 1787c478bd9Sstevel@tonic-gate getopt \ 1797c478bd9Sstevel@tonic-gate gettext \ 1807c478bd9Sstevel@tonic-gate gettxt \ 1817c478bd9Sstevel@tonic-gate graph \ 1827c478bd9Sstevel@tonic-gate grep \ 1837c478bd9Sstevel@tonic-gate grep_xpg4 \ 1847c478bd9Sstevel@tonic-gate groups \ 1857c478bd9Sstevel@tonic-gate grpck \ 1867c478bd9Sstevel@tonic-gate gss \ 18718c2aff7Sartem hal \ 1887c478bd9Sstevel@tonic-gate halt \ 1897c478bd9Sstevel@tonic-gate head \ 1907c478bd9Sstevel@tonic-gate hostid \ 1917c478bd9Sstevel@tonic-gate hostname \ 19218c2aff7Sartem hwdata \ 1937c478bd9Sstevel@tonic-gate id \ 194c5c4113dSnw141292 idmap \ 1957c478bd9Sstevel@tonic-gate infocmp \ 1967c478bd9Sstevel@tonic-gate init \ 1977c478bd9Sstevel@tonic-gate initpkg \ 1987c478bd9Sstevel@tonic-gate install.d \ 199bd335c64Sesolom intrd \ 2007c478bd9Sstevel@tonic-gate intrstat \ 2017c478bd9Sstevel@tonic-gate ipcrm \ 2027c478bd9Sstevel@tonic-gate ipcs \ 2037c478bd9Sstevel@tonic-gate ipf \ 2047c478bd9Sstevel@tonic-gate isainfo \ 2057c478bd9Sstevel@tonic-gate isalist \ 20636c5fee3Smcneal iscsi \ 2077c478bd9Sstevel@tonic-gate java \ 2087c478bd9Sstevel@tonic-gate join \ 2097c478bd9Sstevel@tonic-gate kbd \ 2107c478bd9Sstevel@tonic-gate keyserv \ 2117c478bd9Sstevel@tonic-gate killall \ 2127c478bd9Sstevel@tonic-gate krb5 \ 2137c478bd9Sstevel@tonic-gate kstat \ 2147c478bd9Sstevel@tonic-gate last \ 2157c478bd9Sstevel@tonic-gate lastcomm \ 2167c478bd9Sstevel@tonic-gate ldap \ 2177c478bd9Sstevel@tonic-gate ldapcachemgr \ 218c6402783Sakolb lgrpinfo \ 2197c478bd9Sstevel@tonic-gate line \ 2207c478bd9Sstevel@tonic-gate link \ 2217c478bd9Sstevel@tonic-gate listen \ 2227c478bd9Sstevel@tonic-gate loadkeys \ 2237c478bd9Sstevel@tonic-gate locale \ 2247c478bd9Sstevel@tonic-gate lockstat \ 2257c478bd9Sstevel@tonic-gate locator \ 2267c478bd9Sstevel@tonic-gate lofiadm \ 2277c478bd9Sstevel@tonic-gate logadm \ 2287c478bd9Sstevel@tonic-gate logger \ 2297c478bd9Sstevel@tonic-gate login \ 2307c478bd9Sstevel@tonic-gate logins \ 2317c478bd9Sstevel@tonic-gate logname \ 2327c478bd9Sstevel@tonic-gate look \ 2337c478bd9Sstevel@tonic-gate ls \ 2347c478bd9Sstevel@tonic-gate lvm \ 2357c478bd9Sstevel@tonic-gate mach \ 2367c478bd9Sstevel@tonic-gate machid \ 2377c478bd9Sstevel@tonic-gate mail \ 2387c478bd9Sstevel@tonic-gate mailx \ 2397c478bd9Sstevel@tonic-gate makekey \ 2407c478bd9Sstevel@tonic-gate mdb \ 2417c478bd9Sstevel@tonic-gate mesg \ 2427c478bd9Sstevel@tonic-gate mkdir \ 2437c478bd9Sstevel@tonic-gate mkfifo \ 2447c478bd9Sstevel@tonic-gate mkfile \ 2457c478bd9Sstevel@tonic-gate mkmsgs \ 2467c478bd9Sstevel@tonic-gate mknod \ 2477c478bd9Sstevel@tonic-gate mkpwdict \ 2487c478bd9Sstevel@tonic-gate mktemp \ 2497c478bd9Sstevel@tonic-gate modload \ 2507c478bd9Sstevel@tonic-gate more \ 2517c478bd9Sstevel@tonic-gate msgfmt \ 2527c478bd9Sstevel@tonic-gate msgid \ 2537c478bd9Sstevel@tonic-gate mt \ 2547c478bd9Sstevel@tonic-gate mv \ 2557c478bd9Sstevel@tonic-gate mvdir \ 2567c478bd9Sstevel@tonic-gate netadm \ 2577c478bd9Sstevel@tonic-gate netfiles \ 2587c478bd9Sstevel@tonic-gate newform \ 2597c478bd9Sstevel@tonic-gate newgrp \ 2607c478bd9Sstevel@tonic-gate news \ 2617c478bd9Sstevel@tonic-gate newtask \ 2627c478bd9Sstevel@tonic-gate nice \ 2637c478bd9Sstevel@tonic-gate nispasswd \ 2647c478bd9Sstevel@tonic-gate nl \ 2657c478bd9Sstevel@tonic-gate nlsadmin \ 2667c478bd9Sstevel@tonic-gate nohup \ 2677c478bd9Sstevel@tonic-gate nsadmin \ 2687c478bd9Sstevel@tonic-gate nscd \ 2697c478bd9Sstevel@tonic-gate oamuser \ 2707c478bd9Sstevel@tonic-gate oawk \ 2717c478bd9Sstevel@tonic-gate openssl \ 2727c478bd9Sstevel@tonic-gate pack \ 2737c478bd9Sstevel@tonic-gate pagesize \ 2747c478bd9Sstevel@tonic-gate passmgmt \ 2757c478bd9Sstevel@tonic-gate passwd \ 2767c478bd9Sstevel@tonic-gate paste \ 2777c478bd9Sstevel@tonic-gate pathchk \ 2787c478bd9Sstevel@tonic-gate pbind \ 27970025d76Sjohnny pcidr \ 2807c478bd9Sstevel@tonic-gate pcmciad \ 2817c478bd9Sstevel@tonic-gate pfexec \ 2827c478bd9Sstevel@tonic-gate pgrep \ 2837c478bd9Sstevel@tonic-gate picl \ 2847c478bd9Sstevel@tonic-gate plimit \ 28518c2aff7Sartem policykit \ 2867c478bd9Sstevel@tonic-gate pools \ 2877c478bd9Sstevel@tonic-gate power \ 2887c478bd9Sstevel@tonic-gate ppgsz \ 2897c478bd9Sstevel@tonic-gate pg \ 2907c478bd9Sstevel@tonic-gate plockstat \ 2917c478bd9Sstevel@tonic-gate pr \ 2927c478bd9Sstevel@tonic-gate prctl \ 2937c478bd9Sstevel@tonic-gate print \ 2947c478bd9Sstevel@tonic-gate priocntl \ 2957c478bd9Sstevel@tonic-gate profiles \ 2967c478bd9Sstevel@tonic-gate projadd \ 2977c478bd9Sstevel@tonic-gate projects \ 2987c478bd9Sstevel@tonic-gate prstat \ 2997c478bd9Sstevel@tonic-gate prtconf \ 3007c478bd9Sstevel@tonic-gate prtdiag \ 3017c478bd9Sstevel@tonic-gate prtvtoc \ 3027c478bd9Sstevel@tonic-gate ps \ 3037c478bd9Sstevel@tonic-gate psradm \ 3047c478bd9Sstevel@tonic-gate psrinfo \ 3057c478bd9Sstevel@tonic-gate psrset \ 3067c478bd9Sstevel@tonic-gate ptools \ 3077c478bd9Sstevel@tonic-gate pwck \ 3087c478bd9Sstevel@tonic-gate pwconv \ 3097c478bd9Sstevel@tonic-gate pwd \ 3107c478bd9Sstevel@tonic-gate raidctl \ 3117c478bd9Sstevel@tonic-gate ramdiskadm \ 3127c478bd9Sstevel@tonic-gate rcap \ 3137c478bd9Sstevel@tonic-gate rcm_daemon \ 3147c478bd9Sstevel@tonic-gate rctladm \ 3157c478bd9Sstevel@tonic-gate refer \ 3167c478bd9Sstevel@tonic-gate regcmp \ 3177c478bd9Sstevel@tonic-gate renice \ 3187c478bd9Sstevel@tonic-gate rexd \ 3197c478bd9Sstevel@tonic-gate rm \ 3207c478bd9Sstevel@tonic-gate rmdir \ 3217c478bd9Sstevel@tonic-gate rmformat \ 32218c2aff7Sartem rmmount \ 3237c478bd9Sstevel@tonic-gate rmt \ 32418c2aff7Sartem rmvolmgr \ 3257c478bd9Sstevel@tonic-gate roles \ 3267c478bd9Sstevel@tonic-gate rpcbind \ 3277c478bd9Sstevel@tonic-gate rpcgen \ 3287c478bd9Sstevel@tonic-gate rpcinfo \ 3297c478bd9Sstevel@tonic-gate rpcsvc \ 3307c478bd9Sstevel@tonic-gate rpld \ 3317c478bd9Sstevel@tonic-gate runat \ 3327c478bd9Sstevel@tonic-gate sa \ 3337c478bd9Sstevel@tonic-gate saf \ 3347c478bd9Sstevel@tonic-gate savecore \ 3357c478bd9Sstevel@tonic-gate script \ 3367c478bd9Sstevel@tonic-gate sdiff \ 33774e20cfeSnh145002 sdpadm \ 3387c478bd9Sstevel@tonic-gate sendmail \ 3397c478bd9Sstevel@tonic-gate setfacl \ 3407c478bd9Sstevel@tonic-gate setmnt \ 3417c478bd9Sstevel@tonic-gate setpgrp \ 3427c478bd9Sstevel@tonic-gate setuname \ 3437c478bd9Sstevel@tonic-gate sgs \ 3447c478bd9Sstevel@tonic-gate sh \ 3457c478bd9Sstevel@tonic-gate sleep \ 34684ab085aSmws smbios \ 3477c478bd9Sstevel@tonic-gate smserverd \ 3487c478bd9Sstevel@tonic-gate soelim \ 3497c478bd9Sstevel@tonic-gate sort \ 3507c478bd9Sstevel@tonic-gate spell \ 3517c478bd9Sstevel@tonic-gate spline \ 3527c478bd9Sstevel@tonic-gate split \ 353c5c4113dSnw141292 sqlite \ 3547c478bd9Sstevel@tonic-gate srchtxt \ 3557c478bd9Sstevel@tonic-gate ssh \ 3567c478bd9Sstevel@tonic-gate stat \ 3575a4c37c9Sqh201292 stmsboot \ 3587c478bd9Sstevel@tonic-gate streams \ 3597c478bd9Sstevel@tonic-gate strings \ 3607c478bd9Sstevel@tonic-gate su \ 3617c478bd9Sstevel@tonic-gate sulogin \ 3627c478bd9Sstevel@tonic-gate sum \ 3637c478bd9Sstevel@tonic-gate sunpc \ 3647c478bd9Sstevel@tonic-gate svc \ 3657c478bd9Sstevel@tonic-gate swap \ 3667c478bd9Sstevel@tonic-gate sync \ 3677c478bd9Sstevel@tonic-gate sysdef \ 3687c478bd9Sstevel@tonic-gate syseventadm \ 3697c478bd9Sstevel@tonic-gate syslogd \ 3707c478bd9Sstevel@tonic-gate tabs \ 3717c478bd9Sstevel@tonic-gate tar \ 3727c478bd9Sstevel@tonic-gate tbl \ 3737c478bd9Sstevel@tonic-gate tcopy \ 3747c478bd9Sstevel@tonic-gate tcpd \ 3757c478bd9Sstevel@tonic-gate tee \ 3767c478bd9Sstevel@tonic-gate terminfo \ 3777c478bd9Sstevel@tonic-gate th_tools \ 3787c478bd9Sstevel@tonic-gate tic \ 3797c478bd9Sstevel@tonic-gate time \ 3807c478bd9Sstevel@tonic-gate tip \ 3817c478bd9Sstevel@tonic-gate tnf \ 3827c478bd9Sstevel@tonic-gate touch \ 3837c478bd9Sstevel@tonic-gate tplot \ 3847c478bd9Sstevel@tonic-gate tput \ 3857c478bd9Sstevel@tonic-gate trapstat \ 3867c478bd9Sstevel@tonic-gate troff \ 3877c478bd9Sstevel@tonic-gate true \ 3887c478bd9Sstevel@tonic-gate truss \ 389f875b4ebSrica tsol \ 3907c478bd9Sstevel@tonic-gate tty \ 3917c478bd9Sstevel@tonic-gate ttymon \ 3927c478bd9Sstevel@tonic-gate uadmin \ 3937c478bd9Sstevel@tonic-gate ul \ 3947c478bd9Sstevel@tonic-gate uname \ 3957c478bd9Sstevel@tonic-gate uniq \ 3967c478bd9Sstevel@tonic-gate units \ 3977c478bd9Sstevel@tonic-gate unlink \ 3987c478bd9Sstevel@tonic-gate unpack \ 3997c478bd9Sstevel@tonic-gate users \ 4007c478bd9Sstevel@tonic-gate utmp_update \ 4017c478bd9Sstevel@tonic-gate utmpd \ 4027c478bd9Sstevel@tonic-gate valtools \ 4037c478bd9Sstevel@tonic-gate vgrind \ 4047c478bd9Sstevel@tonic-gate vi \ 40518c2aff7Sartem volcheck \ 40618c2aff7Sartem volrmmount \ 4077c478bd9Sstevel@tonic-gate w \ 4087c478bd9Sstevel@tonic-gate wall \ 4097c478bd9Sstevel@tonic-gate wbem \ 4107c478bd9Sstevel@tonic-gate wc \ 4117c478bd9Sstevel@tonic-gate which \ 4127c478bd9Sstevel@tonic-gate who \ 4137c478bd9Sstevel@tonic-gate whodo \ 4147c478bd9Sstevel@tonic-gate wracct \ 4157c478bd9Sstevel@tonic-gate write \ 4167c478bd9Sstevel@tonic-gate xntpd \ 4177c478bd9Sstevel@tonic-gate xargs \ 4187c478bd9Sstevel@tonic-gate xstr \ 4197c478bd9Sstevel@tonic-gate yes \ 4207c478bd9Sstevel@tonic-gate ypcmd \ 4217c478bd9Sstevel@tonic-gate yppasswd \ 422fa9e4066Sahrens zdb \ 4237c478bd9Sstevel@tonic-gate zdump \ 424fa9e4066Sahrens zfs \ 4257c478bd9Sstevel@tonic-gate zic \ 426ea8dc4b6Seschrock zinject \ 4277c478bd9Sstevel@tonic-gate zlogin \ 4287c478bd9Sstevel@tonic-gate zoneadm \ 4297c478bd9Sstevel@tonic-gate zoneadmd \ 4307c478bd9Sstevel@tonic-gate zonecfg \ 431fa9e4066Sahrens zonename \ 432fa9e4066Sahrens zpool \ 433fa9e4066Sahrens ztest 4347c478bd9Sstevel@tonic-gate 435fb9f9b97Skupfer$(CLOSED_BUILD)COMMON_SUBDIRS += \ 436fb9f9b97Skupfer $(CLOSED)/cmd/dodatadm \ 43709d2ffafSstevel $(CLOSED)/cmd/fwflash \ 438fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 439fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 440fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 441fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 442fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 4437aec1d6eScindi $(CLOSED)/cmd/mtst \ 444fb9f9b97Skupfer $(CLOSED)/cmd/od \ 445fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 446fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 447fb9f9b97Skupfer $(CLOSED)/cmd/pcitool \ 448fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 449fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 450fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 451fb9f9b97Skupfer $(CLOSED)/cmd/smartcard \ 452fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 453fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 454fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 455fb9f9b97Skupfer 4567c478bd9Sstevel@tonic-gatei386_SUBDIRS= \ 4577c478bd9Sstevel@tonic-gate addbadsec \ 4587c478bd9Sstevel@tonic-gate biosdev \ 4597c478bd9Sstevel@tonic-gate diskscan \ 4607c478bd9Sstevel@tonic-gate OWconfig \ 4612449e17fSsherrym rtc \ 4622449e17fSsherrym ucodeadm 4637c478bd9Sstevel@tonic-gate 4647c478bd9Sstevel@tonic-gatesparc_SUBDIRS= \ 4657c478bd9Sstevel@tonic-gate cvcd \ 4667c478bd9Sstevel@tonic-gate dcs \ 4671d4b38e0Srsmaeda drd \ 4687c478bd9Sstevel@tonic-gate fruadm \ 469a4ac8bb3Sdnielsen oplhpd \ 47025cf1a30Sjl139090 prtdscp \ 4717c478bd9Sstevel@tonic-gate prtfru \ 47203831d35Sstevel scadm \ 4737c478bd9Sstevel@tonic-gate sckmd \ 4747c478bd9Sstevel@tonic-gate sf880drd \ 475*a83cadceSkm84432 vntsd 4767c478bd9Sstevel@tonic-gate 4777c478bd9Sstevel@tonic-gate# 4787c478bd9Sstevel@tonic-gate# Commands that are messaged. Note that 'lp' and 'man' come first 4797c478bd9Sstevel@tonic-gate# (see previous comment about 'lp' and 'man'). 4807c478bd9Sstevel@tonic-gate# 4817c478bd9Sstevel@tonic-gateMSGSUBDIRS= \ 4827c478bd9Sstevel@tonic-gate lp \ 4837c478bd9Sstevel@tonic-gate man \ 4847c478bd9Sstevel@tonic-gate abi \ 4857c478bd9Sstevel@tonic-gate acctadm \ 4867c478bd9Sstevel@tonic-gate allocate \ 4877c478bd9Sstevel@tonic-gate asa \ 4887c478bd9Sstevel@tonic-gate audio \ 4897c478bd9Sstevel@tonic-gate audit \ 4907c478bd9Sstevel@tonic-gate auditd \ 4917c478bd9Sstevel@tonic-gate auths \ 4927c478bd9Sstevel@tonic-gate autopush \ 4937c478bd9Sstevel@tonic-gate awk \ 4947c478bd9Sstevel@tonic-gate awk_xpg4 \ 4957c478bd9Sstevel@tonic-gate backup \ 4967c478bd9Sstevel@tonic-gate banner \ 4977c478bd9Sstevel@tonic-gate bart \ 4987c478bd9Sstevel@tonic-gate basename \ 4997c478bd9Sstevel@tonic-gate bnu \ 5007c478bd9Sstevel@tonic-gate bsmconv \ 5017c478bd9Sstevel@tonic-gate bsmrecord \ 5027c478bd9Sstevel@tonic-gate bsmunconv \ 5037c478bd9Sstevel@tonic-gate busstat \ 5047c478bd9Sstevel@tonic-gate cal \ 5057c478bd9Sstevel@tonic-gate cat \ 5067c478bd9Sstevel@tonic-gate cdrw \ 5077c478bd9Sstevel@tonic-gate cfgadm \ 5087c478bd9Sstevel@tonic-gate checkeq \ 5097c478bd9Sstevel@tonic-gate checknr \ 5107c478bd9Sstevel@tonic-gate chgrp \ 5117c478bd9Sstevel@tonic-gate chmod \ 5127c478bd9Sstevel@tonic-gate chown \ 5137c478bd9Sstevel@tonic-gate cksum \ 5147c478bd9Sstevel@tonic-gate cmd-crypto \ 5157c478bd9Sstevel@tonic-gate cmd-inet \ 5167c478bd9Sstevel@tonic-gate cmp \ 5177c478bd9Sstevel@tonic-gate col \ 5187c478bd9Sstevel@tonic-gate comm \ 5197c478bd9Sstevel@tonic-gate compress \ 5207c478bd9Sstevel@tonic-gate consadm \ 5217c478bd9Sstevel@tonic-gate coreadm \ 5227c478bd9Sstevel@tonic-gate cpio \ 5237c478bd9Sstevel@tonic-gate cpc \ 5247c478bd9Sstevel@tonic-gate cron \ 5257c478bd9Sstevel@tonic-gate csh \ 5267c478bd9Sstevel@tonic-gate csplit \ 5277c478bd9Sstevel@tonic-gate ctrun \ 5287c478bd9Sstevel@tonic-gate ctstat \ 5297c478bd9Sstevel@tonic-gate ctwatch \ 5307c478bd9Sstevel@tonic-gate cut \ 5317c478bd9Sstevel@tonic-gate datadm \ 5327c478bd9Sstevel@tonic-gate date \ 5337c478bd9Sstevel@tonic-gate dc \ 5347c478bd9Sstevel@tonic-gate dcs \ 5357c478bd9Sstevel@tonic-gate dd \ 5367c478bd9Sstevel@tonic-gate deroff \ 5377c478bd9Sstevel@tonic-gate devfsadm \ 5386185db85Sdougm dfs.cmds \ 5397c478bd9Sstevel@tonic-gate diff \ 5407c478bd9Sstevel@tonic-gate diffmk \ 5417c478bd9Sstevel@tonic-gate dladm \ 5427c478bd9Sstevel@tonic-gate du \ 5437c478bd9Sstevel@tonic-gate dumpcs \ 5447c478bd9Sstevel@tonic-gate ed \ 54518c2aff7Sartem eject \ 5467c478bd9Sstevel@tonic-gate env \ 5477c478bd9Sstevel@tonic-gate eqn \ 5487c478bd9Sstevel@tonic-gate expand \ 5497c478bd9Sstevel@tonic-gate expr \ 5507c478bd9Sstevel@tonic-gate fgrep \ 5517c478bd9Sstevel@tonic-gate file \ 5527c478bd9Sstevel@tonic-gate filesync \ 5537c478bd9Sstevel@tonic-gate find \ 5547c478bd9Sstevel@tonic-gate fm \ 5557c478bd9Sstevel@tonic-gate fold \ 5567c478bd9Sstevel@tonic-gate fs.d \ 5577c478bd9Sstevel@tonic-gate geniconvtbl \ 5587c478bd9Sstevel@tonic-gate genmsg \ 5597c478bd9Sstevel@tonic-gate getconf \ 5607c478bd9Sstevel@tonic-gate getent \ 5617c478bd9Sstevel@tonic-gate gettext \ 5627c478bd9Sstevel@tonic-gate gettxt \ 5637c478bd9Sstevel@tonic-gate grep \ 5647c478bd9Sstevel@tonic-gate grep_xpg4 \ 5657c478bd9Sstevel@tonic-gate grpck \ 5667c478bd9Sstevel@tonic-gate gss \ 5677c478bd9Sstevel@tonic-gate halt \ 5687c478bd9Sstevel@tonic-gate head \ 5697c478bd9Sstevel@tonic-gate hostname \ 5707c478bd9Sstevel@tonic-gate id \ 571c5c4113dSnw141292 idmap \ 5727c478bd9Sstevel@tonic-gate isaexec \ 57336c5fee3Smcneal iscsi \ 5747c478bd9Sstevel@tonic-gate join \ 575d8c870b0Sqz150045 kbd \ 5767c478bd9Sstevel@tonic-gate krb5 \ 5777c478bd9Sstevel@tonic-gate kstat \ 5787c478bd9Sstevel@tonic-gate last \ 5797c478bd9Sstevel@tonic-gate ldap \ 5807c478bd9Sstevel@tonic-gate ldapcachemgr \ 581c6402783Sakolb lgrpinfo \ 5827c478bd9Sstevel@tonic-gate locale \ 5837c478bd9Sstevel@tonic-gate lofiadm \ 5847c478bd9Sstevel@tonic-gate logadm \ 5857c478bd9Sstevel@tonic-gate logger \ 5867c478bd9Sstevel@tonic-gate logins \ 5877c478bd9Sstevel@tonic-gate logname \ 5887c478bd9Sstevel@tonic-gate ls \ 5897c478bd9Sstevel@tonic-gate lvm \ 5907c478bd9Sstevel@tonic-gate mailx \ 5917c478bd9Sstevel@tonic-gate mesg \ 5927c478bd9Sstevel@tonic-gate mkdir \ 5937c478bd9Sstevel@tonic-gate mkpwdict \ 5947c478bd9Sstevel@tonic-gate mktemp \ 5957c478bd9Sstevel@tonic-gate more \ 5967c478bd9Sstevel@tonic-gate msgfmt \ 5977c478bd9Sstevel@tonic-gate mv \ 5987c478bd9Sstevel@tonic-gate newgrp \ 5997c478bd9Sstevel@tonic-gate newtask \ 6007c478bd9Sstevel@tonic-gate nice \ 6017c478bd9Sstevel@tonic-gate nispasswd \ 6027c478bd9Sstevel@tonic-gate nohup \ 6037c478bd9Sstevel@tonic-gate oawk \ 6047c478bd9Sstevel@tonic-gate pack \ 6057c478bd9Sstevel@tonic-gate passwd \ 6067c478bd9Sstevel@tonic-gate passmgmt \ 6077c478bd9Sstevel@tonic-gate paste \ 6087c478bd9Sstevel@tonic-gate pathchk \ 6097c478bd9Sstevel@tonic-gate pfexec \ 6107c478bd9Sstevel@tonic-gate pg \ 6117c478bd9Sstevel@tonic-gate pgrep \ 6127c478bd9Sstevel@tonic-gate picl \ 6137c478bd9Sstevel@tonic-gate pools \ 6147c478bd9Sstevel@tonic-gate power \ 6157c478bd9Sstevel@tonic-gate pr \ 6167c478bd9Sstevel@tonic-gate praudit \ 6177c478bd9Sstevel@tonic-gate print \ 6187c478bd9Sstevel@tonic-gate profiles \ 6197c478bd9Sstevel@tonic-gate projadd \ 6207c478bd9Sstevel@tonic-gate projects \ 6217c478bd9Sstevel@tonic-gate prstat \ 6227c478bd9Sstevel@tonic-gate prtdiag \ 6237c478bd9Sstevel@tonic-gate ps \ 6247c478bd9Sstevel@tonic-gate psrinfo \ 625c6402783Sakolb ptools \ 6267c478bd9Sstevel@tonic-gate pwconv \ 6277c478bd9Sstevel@tonic-gate pwd \ 6287c478bd9Sstevel@tonic-gate raidctl \ 6297c478bd9Sstevel@tonic-gate ramdiskadm \ 6307c478bd9Sstevel@tonic-gate rcap \ 6317c478bd9Sstevel@tonic-gate rcm_daemon \ 6327c478bd9Sstevel@tonic-gate refer \ 6337c478bd9Sstevel@tonic-gate regcmp \ 6347c478bd9Sstevel@tonic-gate renice \ 6357c478bd9Sstevel@tonic-gate roles \ 6367c478bd9Sstevel@tonic-gate rm \ 6377c478bd9Sstevel@tonic-gate rmdir \ 6387c478bd9Sstevel@tonic-gate rmformat \ 63918c2aff7Sartem rmmount \ 64018c2aff7Sartem rmvolmgr \ 64103831d35Sstevel scadm \ 6427c478bd9Sstevel@tonic-gate script \ 6437c478bd9Sstevel@tonic-gate sdiff \ 64474e20cfeSnh145002 sdpadm \ 6457c478bd9Sstevel@tonic-gate sgs \ 6467c478bd9Sstevel@tonic-gate sh \ 6477c478bd9Sstevel@tonic-gate sleep \ 6487c478bd9Sstevel@tonic-gate sort \ 6497c478bd9Sstevel@tonic-gate split \ 6507c478bd9Sstevel@tonic-gate ssh \ 65113c7b6acSrsb stat \ 6525a4c37c9Sqh201292 stmsboot \ 6537c478bd9Sstevel@tonic-gate strings \ 6547c478bd9Sstevel@tonic-gate su \ 6557c478bd9Sstevel@tonic-gate sum \ 6567c478bd9Sstevel@tonic-gate svc \ 6577c478bd9Sstevel@tonic-gate swap \ 6587c478bd9Sstevel@tonic-gate syseventadm \ 6597c478bd9Sstevel@tonic-gate syseventd \ 6607c478bd9Sstevel@tonic-gate tabs \ 6617c478bd9Sstevel@tonic-gate tar \ 6627c478bd9Sstevel@tonic-gate tbl \ 6637c478bd9Sstevel@tonic-gate tee \ 6647c478bd9Sstevel@tonic-gate time \ 6657c478bd9Sstevel@tonic-gate tnf \ 6667c478bd9Sstevel@tonic-gate touch \ 6677c478bd9Sstevel@tonic-gate tput \ 6687c478bd9Sstevel@tonic-gate troff \ 669f875b4ebSrica tsol \ 6707c478bd9Sstevel@tonic-gate tty \ 6717c478bd9Sstevel@tonic-gate ttymon \ 6727c478bd9Sstevel@tonic-gate ul \ 6737c478bd9Sstevel@tonic-gate uname \ 6747c478bd9Sstevel@tonic-gate uniq \ 6757c478bd9Sstevel@tonic-gate units \ 6767c478bd9Sstevel@tonic-gate unlink \ 6777c478bd9Sstevel@tonic-gate unpack \ 6787c478bd9Sstevel@tonic-gate valtools \ 6797c478bd9Sstevel@tonic-gate vgrind \ 6807c478bd9Sstevel@tonic-gate vi \ 68118c2aff7Sartem volcheck \ 68218c2aff7Sartem volrmmount \ 6837c478bd9Sstevel@tonic-gate w \ 6847c478bd9Sstevel@tonic-gate wbem \ 6857c478bd9Sstevel@tonic-gate wc \ 6867c478bd9Sstevel@tonic-gate who \ 6877c478bd9Sstevel@tonic-gate whodo \ 6887c478bd9Sstevel@tonic-gate wracct \ 6897c478bd9Sstevel@tonic-gate write \ 6907c478bd9Sstevel@tonic-gate xargs \ 6917c478bd9Sstevel@tonic-gate yppasswd \ 6927c478bd9Sstevel@tonic-gate zdump \ 693fa9e4066Sahrens zfs \ 6947c478bd9Sstevel@tonic-gate zic \ 6957c478bd9Sstevel@tonic-gate zlogin \ 6967c478bd9Sstevel@tonic-gate zoneadm \ 6977c478bd9Sstevel@tonic-gate zoneadmd \ 6987c478bd9Sstevel@tonic-gate zonecfg \ 699fa9e4066Sahrens zonename \ 700fa9e4066Sahrens zpool 7017c478bd9Sstevel@tonic-gate 702fb9f9b97Skupfer$(CLOSED_BUILD)MSGSUBDIRS += \ 70309d2ffafSstevel $(CLOSED)/cmd/fwflash \ 704fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 705fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 706fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 707fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 708fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 709fb9f9b97Skupfer $(CLOSED)/cmd/od \ 710fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 711fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 712fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 713fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 714fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 715fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 716fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 717fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 718fb9f9b97Skupfer 7197c478bd9Sstevel@tonic-gatesparc_MSGSUBDIRS= \ 7207c478bd9Sstevel@tonic-gate fruadm \ 72125cf1a30Sjl139090 prtdscp \ 7227c478bd9Sstevel@tonic-gate prtfru \ 723*a83cadceSkm84432 vntsd 7247c478bd9Sstevel@tonic-gate 7252449e17fSsherrymi386_MSGSUBDIRS= \ 7262449e17fSsherrym ucodeadm 7272449e17fSsherrym 7287c478bd9Sstevel@tonic-gate# 7297c478bd9Sstevel@tonic-gate# commands that use dcgettext for localized time, LC_TIME 7307c478bd9Sstevel@tonic-gate# 7317c478bd9Sstevel@tonic-gateDCSUBDIRS= \ 7327c478bd9Sstevel@tonic-gate cal \ 7337c478bd9Sstevel@tonic-gate cfgadm \ 7347c478bd9Sstevel@tonic-gate diff \ 7357c478bd9Sstevel@tonic-gate ls \ 7367c478bd9Sstevel@tonic-gate pr \ 73716f94f58Ssayama ps \ 7387c478bd9Sstevel@tonic-gate tar \ 7397c478bd9Sstevel@tonic-gate w \ 7407c478bd9Sstevel@tonic-gate who \ 7417c478bd9Sstevel@tonic-gate whodo \ 7427c478bd9Sstevel@tonic-gate write 7437c478bd9Sstevel@tonic-gate 744fb9f9b97Skupfer$(CLOSED_BUILD)DCSUBDIRS += \ 745fb9f9b97Skupfer $(CLOSED)/cmd/pax 746fb9f9b97Skupfer 7477c478bd9Sstevel@tonic-gate# 7487c478bd9Sstevel@tonic-gate# commands that belong only to the basic security module 7497c478bd9Sstevel@tonic-gate# 7507c478bd9Sstevel@tonic-gateBSMSUBDIRS= \ 7517c478bd9Sstevel@tonic-gate allocate \ 7527c478bd9Sstevel@tonic-gate amt \ 7537c478bd9Sstevel@tonic-gate audit \ 7547c478bd9Sstevel@tonic-gate audit_warn \ 7557c478bd9Sstevel@tonic-gate auditconfig \ 7567c478bd9Sstevel@tonic-gate auditd \ 7577c478bd9Sstevel@tonic-gate auditreduce \ 7587c478bd9Sstevel@tonic-gate auditstat \ 7597c478bd9Sstevel@tonic-gate praudit \ 7607c478bd9Sstevel@tonic-gate bsmconv \ 7617c478bd9Sstevel@tonic-gate bsmrecord \ 7627c478bd9Sstevel@tonic-gate bsmunconv 7637c478bd9Sstevel@tonic-gate 7647c478bd9Sstevel@tonic-gate# 7657c478bd9Sstevel@tonic-gate# commands not owned by the systems group 7667c478bd9Sstevel@tonic-gate# 7677c478bd9Sstevel@tonic-gateBWOSDIRS= 7687c478bd9Sstevel@tonic-gate 7697c478bd9Sstevel@tonic-gate# 7707c478bd9Sstevel@tonic-gate# Commands providing manifests must offer a check target. A recursive check 7717c478bd9Sstevel@tonic-gate# target across all commands directories is not currently provided. 7727c478bd9Sstevel@tonic-gate# 7737c478bd9Sstevel@tonic-gateMANIFEST_TOPDIRS= \ 7747c478bd9Sstevel@tonic-gate auditd \ 7757c478bd9Sstevel@tonic-gate bnu \ 7767c478bd9Sstevel@tonic-gate consadm \ 7777c478bd9Sstevel@tonic-gate coreadm \ 7787c478bd9Sstevel@tonic-gate cron \ 7797c478bd9Sstevel@tonic-gate cvcd \ 780d98ed3d7Srm88369 dispadmin \ 7811d4b38e0Srsmaeda drd \ 7827c478bd9Sstevel@tonic-gate dumpadm \ 7837c478bd9Sstevel@tonic-gate eeprom \ 7847c478bd9Sstevel@tonic-gate fm \ 785bd335c64Sesolom intrd \ 7867c478bd9Sstevel@tonic-gate ipf \ 7877c478bd9Sstevel@tonic-gate keyserv \ 7887c478bd9Sstevel@tonic-gate ldapcachemgr \ 7897c478bd9Sstevel@tonic-gate nscd \ 790a4ac8bb3Sdnielsen oplhpd \ 7917c478bd9Sstevel@tonic-gate power \ 7927c478bd9Sstevel@tonic-gate rexd \ 7937c478bd9Sstevel@tonic-gate rpcbind \ 7947c478bd9Sstevel@tonic-gate rpcsvc \ 7957c478bd9Sstevel@tonic-gate saf \ 7967c478bd9Sstevel@tonic-gate sf880drd \ 7977c478bd9Sstevel@tonic-gate smserverd \ 7987c478bd9Sstevel@tonic-gate syseventd \ 7997c478bd9Sstevel@tonic-gate syslogd \ 8007c478bd9Sstevel@tonic-gate utmpd \ 8011ae08745Sheppo vntsd \ 8027c478bd9Sstevel@tonic-gate ypcmd \ 8037c478bd9Sstevel@tonic-gate zoneadmd 8047c478bd9Sstevel@tonic-gate 8057c478bd9Sstevel@tonic-gateMANIFEST_SUBDIRS= \ 80658091fd8Ssetje boot/scripts \ 8077c478bd9Sstevel@tonic-gate cmd-crypto/scripts \ 8087c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.chargend \ 8097c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.daytimed \ 8107c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.dhcpd \ 8117c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.discardd \ 8127c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.echod \ 813a192e900Samaguire cmd-inet/usr.lib/in.ndpd \ 814a192e900Samaguire cmd-inet/usr.lib/in.ripngd \ 8157c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.timed \ 8167c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/inetd \ 8177c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/slpd \ 818a399b765Szf162725 cmd-inet/usr.lib/wpad \ 8197c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin \ 8207c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.ftpd \ 821a192e900Samaguire cmd-inet/usr.sbin/in.rdisc \ 822a192e900Samaguire cmd-inet/usr.sbin/in.routed \ 8237c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.talkd \ 824a192e900Samaguire cmd-inet/usr.sbin/routeadm \ 825f875b4ebSrica cmd/tsol/labeld \ 826f875b4ebSrica cmd/tsol/tnctl \ 827f875b4ebSrica cmd/tsol/tnd \ 828f875b4ebSrica cmd/tsol/tsol-zones \ 8297c478bd9Sstevel@tonic-gate dcs/sparc/sun4u \ 8307c478bd9Sstevel@tonic-gate fs.d/autofs \ 8317c478bd9Sstevel@tonic-gate fs.d/cachefs \ 8327c478bd9Sstevel@tonic-gate fs.d/nfs/svc \ 8337c478bd9Sstevel@tonic-gate gss/gssd \ 834c5c4113dSnw141292 idmap/idmapd \ 8357c478bd9Sstevel@tonic-gate krb5/kadmin/server \ 8367c478bd9Sstevel@tonic-gate krb5/krb5kdc \ 8377c478bd9Sstevel@tonic-gate krb5/kwarn \ 8387c478bd9Sstevel@tonic-gate krb5/slave \ 8397c478bd9Sstevel@tonic-gate lp/cmd/lpsched \ 8407c478bd9Sstevel@tonic-gate lvm/rpc.metad \ 8417c478bd9Sstevel@tonic-gate lvm/rpc.metamedd \ 8427c478bd9Sstevel@tonic-gate lvm/rpc.metamhd \ 8437c478bd9Sstevel@tonic-gate lvm/md_monitord \ 8447c478bd9Sstevel@tonic-gate lvm/metassist/sysfiles \ 8457c478bd9Sstevel@tonic-gate lvm/util \ 8467c478bd9Sstevel@tonic-gate picl/picld \ 8477c478bd9Sstevel@tonic-gate print/gateway \ 8487c478bd9Sstevel@tonic-gate print/lp \ 8497c478bd9Sstevel@tonic-gate rcap/rcapd \ 8507c478bd9Sstevel@tonic-gate rpcsvc/rpc.bootparamd \ 8517c478bd9Sstevel@tonic-gate sendmail/lib \ 8527c478bd9Sstevel@tonic-gate smartcard/daemon \ 8537c478bd9Sstevel@tonic-gate ssh/etc \ 8547c478bd9Sstevel@tonic-gate svc/milestone \ 8557c478bd9Sstevel@tonic-gate ypcmd/yppasswd \ 8567c478bd9Sstevel@tonic-gate ypcmd/ypupdated \ 8577c478bd9Sstevel@tonic-gate xntpd/xntpd 8587c478bd9Sstevel@tonic-gate 8597c478bd9Sstevel@tonic-gateall := TARGET = all 8607c478bd9Sstevel@tonic-gateinstall := TARGET = install 8617c478bd9Sstevel@tonic-gateclean := TARGET = clean 8627c478bd9Sstevel@tonic-gateclobber := TARGET = clobber 8637c478bd9Sstevel@tonic-gatelint := TARGET = lint 8647c478bd9Sstevel@tonic-gatecheck := TARGET = check 8657c478bd9Sstevel@tonic-gate_msg := TARGET = _msg 8667c478bd9Sstevel@tonic-gate_dc := TARGET = _dc 8677c478bd9Sstevel@tonic-gate 8687c478bd9Sstevel@tonic-gate.KEEP_STATE: 8697c478bd9Sstevel@tonic-gate 8707c478bd9Sstevel@tonic-gateSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 8717c478bd9Sstevel@tonic-gate 8727c478bd9Sstevel@tonic-gate.PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS) \ 8737c478bd9Sstevel@tonic-gate $(MANIFEST_SUBDIRS) 8747c478bd9Sstevel@tonic-gate 8757c478bd9Sstevel@tonic-gateall install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS) 8767c478bd9Sstevel@tonic-gate 8777c478bd9Sstevel@tonic-gatecheck: svccfg_check .WAIT $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) 8787c478bd9Sstevel@tonic-gate 8797c478bd9Sstevel@tonic-gatesvccfg_check: 8807c478bd9Sstevel@tonic-gate @$(ECHO) "building requirements for svccfg check ..."; \ 8817c478bd9Sstevel@tonic-gate (cd $(SRC)/cmd/svc/svccfg && pwd && $(MAKE) $(MFLAGS) native) 8827c478bd9Sstevel@tonic-gate 8837c478bd9Sstevel@tonic-gate# 8847c478bd9Sstevel@tonic-gate# The .WAIT directive works around an apparent bug in parallel make. 8857c478bd9Sstevel@tonic-gate# Evidently make was getting the target _msg vs. _dc confused under 8867c478bd9Sstevel@tonic-gate# some level of parallelization, causing some of the _dc objects 8877c478bd9Sstevel@tonic-gate# not to be built. 8887c478bd9Sstevel@tonic-gate# 8897c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc 8907c478bd9Sstevel@tonic-gate 8917c478bd9Sstevel@tonic-gate_dc: $(DCSUBDIRS) 8927c478bd9Sstevel@tonic-gate 8939616efa0Sartem# 8949616efa0Sartem# Dependencies 8959616efa0Sartem# 8969616efa0Sartemfs.d: fstyp 8979616efa0Sartem 8987c478bd9Sstevel@tonic-gate$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS) $(MANIFEST_SUBDIRS): FRC 8997c478bd9Sstevel@tonic-gate @if [ -f $@/Makefile ]; then \ 9007c478bd9Sstevel@tonic-gate cd $@; pwd; $(MAKE) $(TARGET); \ 9017c478bd9Sstevel@tonic-gate else \ 9027c478bd9Sstevel@tonic-gate true; \ 9037c478bd9Sstevel@tonic-gate fi 9047c478bd9Sstevel@tonic-gate 9057c478bd9Sstevel@tonic-gateFRC: 906