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# 247aec1d6eScindi# Copyright 2006 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 \ 1947c478bd9Sstevel@tonic-gate infocmp \ 1957c478bd9Sstevel@tonic-gate init \ 1967c478bd9Sstevel@tonic-gate initpkg \ 1977c478bd9Sstevel@tonic-gate install.d \ 198bd335c64Sesolom intrd \ 1997c478bd9Sstevel@tonic-gate intrstat \ 2007c478bd9Sstevel@tonic-gate ipcrm \ 2017c478bd9Sstevel@tonic-gate ipcs \ 2027c478bd9Sstevel@tonic-gate ipf \ 2037c478bd9Sstevel@tonic-gate isainfo \ 2047c478bd9Sstevel@tonic-gate isalist \ 20536c5fee3Smcneal iscsi \ 2067c478bd9Sstevel@tonic-gate java \ 2077c478bd9Sstevel@tonic-gate join \ 2087c478bd9Sstevel@tonic-gate kbd \ 2097c478bd9Sstevel@tonic-gate keyserv \ 2107c478bd9Sstevel@tonic-gate killall \ 2117c478bd9Sstevel@tonic-gate krb5 \ 2127c478bd9Sstevel@tonic-gate kstat \ 2137c478bd9Sstevel@tonic-gate last \ 2147c478bd9Sstevel@tonic-gate lastcomm \ 2157c478bd9Sstevel@tonic-gate ldap \ 2167c478bd9Sstevel@tonic-gate ldapcachemgr \ 217c6402783Sakolb lgrpinfo \ 2187c478bd9Sstevel@tonic-gate line \ 2197c478bd9Sstevel@tonic-gate link \ 2207c478bd9Sstevel@tonic-gate listen \ 2217c478bd9Sstevel@tonic-gate loadkeys \ 2227c478bd9Sstevel@tonic-gate locale \ 2237c478bd9Sstevel@tonic-gate lockstat \ 2247c478bd9Sstevel@tonic-gate locator \ 2257c478bd9Sstevel@tonic-gate lofiadm \ 2267c478bd9Sstevel@tonic-gate logadm \ 2277c478bd9Sstevel@tonic-gate logger \ 2287c478bd9Sstevel@tonic-gate login \ 2297c478bd9Sstevel@tonic-gate logins \ 2307c478bd9Sstevel@tonic-gate logname \ 2317c478bd9Sstevel@tonic-gate look \ 2327c478bd9Sstevel@tonic-gate ls \ 2337c478bd9Sstevel@tonic-gate lvm \ 2347c478bd9Sstevel@tonic-gate mach \ 2357c478bd9Sstevel@tonic-gate machid \ 2367c478bd9Sstevel@tonic-gate mail \ 2377c478bd9Sstevel@tonic-gate mailx \ 2387c478bd9Sstevel@tonic-gate makekey \ 2397c478bd9Sstevel@tonic-gate mdb \ 2407c478bd9Sstevel@tonic-gate mesg \ 2417c478bd9Sstevel@tonic-gate mkdir \ 2427c478bd9Sstevel@tonic-gate mkfifo \ 2437c478bd9Sstevel@tonic-gate mkfile \ 2447c478bd9Sstevel@tonic-gate mkmsgs \ 2457c478bd9Sstevel@tonic-gate mknod \ 2467c478bd9Sstevel@tonic-gate mkpwdict \ 2477c478bd9Sstevel@tonic-gate mktemp \ 2487c478bd9Sstevel@tonic-gate modload \ 2497c478bd9Sstevel@tonic-gate more \ 2507c478bd9Sstevel@tonic-gate msgfmt \ 2517c478bd9Sstevel@tonic-gate msgid \ 2527c478bd9Sstevel@tonic-gate mt \ 2537c478bd9Sstevel@tonic-gate mv \ 2547c478bd9Sstevel@tonic-gate mvdir \ 2557c478bd9Sstevel@tonic-gate netadm \ 2567c478bd9Sstevel@tonic-gate netfiles \ 2577c478bd9Sstevel@tonic-gate newform \ 2587c478bd9Sstevel@tonic-gate newgrp \ 2597c478bd9Sstevel@tonic-gate news \ 2607c478bd9Sstevel@tonic-gate newtask \ 2617c478bd9Sstevel@tonic-gate nice \ 2627c478bd9Sstevel@tonic-gate nispasswd \ 2637c478bd9Sstevel@tonic-gate nl \ 2647c478bd9Sstevel@tonic-gate nlsadmin \ 2657c478bd9Sstevel@tonic-gate nohup \ 2667c478bd9Sstevel@tonic-gate nsadmin \ 2677c478bd9Sstevel@tonic-gate nscd \ 2687c478bd9Sstevel@tonic-gate oamuser \ 2697c478bd9Sstevel@tonic-gate oawk \ 2707c478bd9Sstevel@tonic-gate openssl \ 2717c478bd9Sstevel@tonic-gate pack \ 2727c478bd9Sstevel@tonic-gate pagesize \ 2737c478bd9Sstevel@tonic-gate passmgmt \ 2747c478bd9Sstevel@tonic-gate passwd \ 2757c478bd9Sstevel@tonic-gate paste \ 2767c478bd9Sstevel@tonic-gate pathchk \ 2777c478bd9Sstevel@tonic-gate pbind \ 27870025d76Sjohnny pcidr \ 2797c478bd9Sstevel@tonic-gate pcmciad \ 2807c478bd9Sstevel@tonic-gate pfexec \ 2817c478bd9Sstevel@tonic-gate pgrep \ 2827c478bd9Sstevel@tonic-gate picl \ 2837c478bd9Sstevel@tonic-gate plimit \ 28418c2aff7Sartem policykit \ 2857c478bd9Sstevel@tonic-gate pools \ 2867c478bd9Sstevel@tonic-gate power \ 2877c478bd9Sstevel@tonic-gate ppgsz \ 2887c478bd9Sstevel@tonic-gate pg \ 2897c478bd9Sstevel@tonic-gate plockstat \ 2907c478bd9Sstevel@tonic-gate pr \ 2917c478bd9Sstevel@tonic-gate prctl \ 2927c478bd9Sstevel@tonic-gate print \ 2937c478bd9Sstevel@tonic-gate priocntl \ 2947c478bd9Sstevel@tonic-gate profiles \ 2957c478bd9Sstevel@tonic-gate projadd \ 2967c478bd9Sstevel@tonic-gate projects \ 2977c478bd9Sstevel@tonic-gate prstat \ 2987c478bd9Sstevel@tonic-gate prtconf \ 2997c478bd9Sstevel@tonic-gate prtdiag \ 3007c478bd9Sstevel@tonic-gate prtvtoc \ 3017c478bd9Sstevel@tonic-gate ps \ 3027c478bd9Sstevel@tonic-gate psradm \ 3037c478bd9Sstevel@tonic-gate psrinfo \ 3047c478bd9Sstevel@tonic-gate psrset \ 3057c478bd9Sstevel@tonic-gate ptools \ 3067c478bd9Sstevel@tonic-gate pwck \ 3077c478bd9Sstevel@tonic-gate pwconv \ 3087c478bd9Sstevel@tonic-gate pwd \ 3097c478bd9Sstevel@tonic-gate raidctl \ 3107c478bd9Sstevel@tonic-gate ramdiskadm \ 3117c478bd9Sstevel@tonic-gate rcap \ 3127c478bd9Sstevel@tonic-gate rcm_daemon \ 3137c478bd9Sstevel@tonic-gate rctladm \ 3147c478bd9Sstevel@tonic-gate refer \ 3157c478bd9Sstevel@tonic-gate regcmp \ 3167c478bd9Sstevel@tonic-gate renice \ 3177c478bd9Sstevel@tonic-gate rexd \ 3187c478bd9Sstevel@tonic-gate rm \ 3197c478bd9Sstevel@tonic-gate rmdir \ 3207c478bd9Sstevel@tonic-gate rmformat \ 32118c2aff7Sartem rmmount \ 3227c478bd9Sstevel@tonic-gate rmt \ 32318c2aff7Sartem rmvolmgr \ 3247c478bd9Sstevel@tonic-gate roles \ 3257c478bd9Sstevel@tonic-gate rpcbind \ 3267c478bd9Sstevel@tonic-gate rpcgen \ 3277c478bd9Sstevel@tonic-gate rpcinfo \ 3287c478bd9Sstevel@tonic-gate rpcsvc \ 3297c478bd9Sstevel@tonic-gate rpld \ 3307c478bd9Sstevel@tonic-gate runat \ 3317c478bd9Sstevel@tonic-gate sa \ 3327c478bd9Sstevel@tonic-gate saf \ 3337c478bd9Sstevel@tonic-gate savecore \ 3347c478bd9Sstevel@tonic-gate script \ 3357c478bd9Sstevel@tonic-gate sdiff \ 3367c478bd9Sstevel@tonic-gate sendmail \ 3377c478bd9Sstevel@tonic-gate setfacl \ 3387c478bd9Sstevel@tonic-gate setmnt \ 3397c478bd9Sstevel@tonic-gate setpgrp \ 3407c478bd9Sstevel@tonic-gate setuname \ 3417c478bd9Sstevel@tonic-gate sgs \ 3427c478bd9Sstevel@tonic-gate sh \ 3437c478bd9Sstevel@tonic-gate sleep \ 34484ab085aSmws smbios \ 3457c478bd9Sstevel@tonic-gate smserverd \ 3467c478bd9Sstevel@tonic-gate soelim \ 3477c478bd9Sstevel@tonic-gate sort \ 3487c478bd9Sstevel@tonic-gate spell \ 3497c478bd9Sstevel@tonic-gate spline \ 3507c478bd9Sstevel@tonic-gate split \ 3517c478bd9Sstevel@tonic-gate srchtxt \ 3527c478bd9Sstevel@tonic-gate ssh \ 3537c478bd9Sstevel@tonic-gate stat \ 3547c478bd9Sstevel@tonic-gate streams \ 3557c478bd9Sstevel@tonic-gate strings \ 3567c478bd9Sstevel@tonic-gate su \ 3577c478bd9Sstevel@tonic-gate sulogin \ 3587c478bd9Sstevel@tonic-gate sum \ 3597c478bd9Sstevel@tonic-gate sunpc \ 3607c478bd9Sstevel@tonic-gate svc \ 3617c478bd9Sstevel@tonic-gate swap \ 3627c478bd9Sstevel@tonic-gate sync \ 3637c478bd9Sstevel@tonic-gate sysdef \ 3647c478bd9Sstevel@tonic-gate syseventadm \ 3657c478bd9Sstevel@tonic-gate syslogd \ 3667c478bd9Sstevel@tonic-gate tabs \ 3677c478bd9Sstevel@tonic-gate tar \ 3687c478bd9Sstevel@tonic-gate tbl \ 3697c478bd9Sstevel@tonic-gate tcopy \ 3707c478bd9Sstevel@tonic-gate tcpd \ 3717c478bd9Sstevel@tonic-gate tee \ 3727c478bd9Sstevel@tonic-gate terminfo \ 3737c478bd9Sstevel@tonic-gate th_tools \ 3747c478bd9Sstevel@tonic-gate tic \ 3757c478bd9Sstevel@tonic-gate time \ 3767c478bd9Sstevel@tonic-gate tip \ 3777c478bd9Sstevel@tonic-gate tnf \ 3787c478bd9Sstevel@tonic-gate touch \ 3797c478bd9Sstevel@tonic-gate tplot \ 3807c478bd9Sstevel@tonic-gate tput \ 3817c478bd9Sstevel@tonic-gate trapstat \ 3827c478bd9Sstevel@tonic-gate troff \ 3837c478bd9Sstevel@tonic-gate true \ 3847c478bd9Sstevel@tonic-gate truss \ 3857c478bd9Sstevel@tonic-gate tty \ 3867c478bd9Sstevel@tonic-gate ttymon \ 3877c478bd9Sstevel@tonic-gate uadmin \ 3887c478bd9Sstevel@tonic-gate ul \ 3897c478bd9Sstevel@tonic-gate uname \ 3907c478bd9Sstevel@tonic-gate uniq \ 3917c478bd9Sstevel@tonic-gate units \ 3927c478bd9Sstevel@tonic-gate unlink \ 3937c478bd9Sstevel@tonic-gate unpack \ 3947c478bd9Sstevel@tonic-gate users \ 3957c478bd9Sstevel@tonic-gate utmp_update \ 3967c478bd9Sstevel@tonic-gate utmpd \ 3977c478bd9Sstevel@tonic-gate valtools \ 3987c478bd9Sstevel@tonic-gate vgrind \ 3997c478bd9Sstevel@tonic-gate vi \ 40018c2aff7Sartem volcheck \ 40118c2aff7Sartem volrmmount \ 4027c478bd9Sstevel@tonic-gate w \ 4037c478bd9Sstevel@tonic-gate wall \ 4047c478bd9Sstevel@tonic-gate wbem \ 4057c478bd9Sstevel@tonic-gate wc \ 4067c478bd9Sstevel@tonic-gate which \ 4077c478bd9Sstevel@tonic-gate who \ 4087c478bd9Sstevel@tonic-gate whodo \ 4097c478bd9Sstevel@tonic-gate wracct \ 4107c478bd9Sstevel@tonic-gate write \ 4117c478bd9Sstevel@tonic-gate xntpd \ 4127c478bd9Sstevel@tonic-gate xargs \ 4137c478bd9Sstevel@tonic-gate xstr \ 4147c478bd9Sstevel@tonic-gate yes \ 4157c478bd9Sstevel@tonic-gate ypcmd \ 4167c478bd9Sstevel@tonic-gate yppasswd \ 417fa9e4066Sahrens zdb \ 4187c478bd9Sstevel@tonic-gate zdump \ 419fa9e4066Sahrens zfs \ 4207c478bd9Sstevel@tonic-gate zic \ 421ea8dc4b6Seschrock zinject \ 4227c478bd9Sstevel@tonic-gate zlogin \ 4237c478bd9Sstevel@tonic-gate zoneadm \ 4247c478bd9Sstevel@tonic-gate zoneadmd \ 4257c478bd9Sstevel@tonic-gate zonecfg \ 426fa9e4066Sahrens zonename \ 427fa9e4066Sahrens zpool \ 428fa9e4066Sahrens ztest 4297c478bd9Sstevel@tonic-gate 430fb9f9b97Skupfer$(CLOSED_BUILD)COMMON_SUBDIRS += \ 431fb9f9b97Skupfer $(CLOSED)/cmd/dodatadm \ 432fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 433fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 434fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 435fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 436fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 4377aec1d6eScindi $(CLOSED)/cmd/mtst \ 438fb9f9b97Skupfer $(CLOSED)/cmd/od \ 439fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 440fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 441fb9f9b97Skupfer $(CLOSED)/cmd/pcitool \ 442fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 443fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 444fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 445fb9f9b97Skupfer $(CLOSED)/cmd/smartcard \ 446fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 447fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 448fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 449fb9f9b97Skupfer 4507c478bd9Sstevel@tonic-gatei386_SUBDIRS= \ 4517c478bd9Sstevel@tonic-gate addbadsec \ 4527c478bd9Sstevel@tonic-gate biosdev \ 4537c478bd9Sstevel@tonic-gate diskscan \ 4547c478bd9Sstevel@tonic-gate OWconfig \ 4557c478bd9Sstevel@tonic-gate rtc 4567c478bd9Sstevel@tonic-gate 4577c478bd9Sstevel@tonic-gatesparc_SUBDIRS= \ 4587c478bd9Sstevel@tonic-gate cvcd \ 4597c478bd9Sstevel@tonic-gate dcs \ 4601d4b38e0Srsmaeda drd \ 4617c478bd9Sstevel@tonic-gate fruadm \ 462a4ac8bb3Sdnielsen oplhpd \ 46325cf1a30Sjl139090 prtdscp \ 4647c478bd9Sstevel@tonic-gate prtfru \ 46503831d35Sstevel scadm \ 4667c478bd9Sstevel@tonic-gate sckmd \ 4677c478bd9Sstevel@tonic-gate sf880drd \ 4687c478bd9Sstevel@tonic-gate stmsboot \ 4691ae08745Sheppo vntsd \ 4707c478bd9Sstevel@tonic-gate wrsmconf \ 4717c478bd9Sstevel@tonic-gate wrsmstat 4727c478bd9Sstevel@tonic-gate 4737c478bd9Sstevel@tonic-gate# 4747c478bd9Sstevel@tonic-gate# Commands that are messaged. Note that 'lp' and 'man' come first 4757c478bd9Sstevel@tonic-gate# (see previous comment about 'lp' and 'man'). 4767c478bd9Sstevel@tonic-gate# 4777c478bd9Sstevel@tonic-gateMSGSUBDIRS= \ 4787c478bd9Sstevel@tonic-gate lp \ 4797c478bd9Sstevel@tonic-gate man \ 4807c478bd9Sstevel@tonic-gate abi \ 4817c478bd9Sstevel@tonic-gate acctadm \ 4827c478bd9Sstevel@tonic-gate allocate \ 4837c478bd9Sstevel@tonic-gate asa \ 4847c478bd9Sstevel@tonic-gate audio \ 4857c478bd9Sstevel@tonic-gate audit \ 4867c478bd9Sstevel@tonic-gate auditd \ 4877c478bd9Sstevel@tonic-gate auths \ 4887c478bd9Sstevel@tonic-gate autopush \ 4897c478bd9Sstevel@tonic-gate awk \ 4907c478bd9Sstevel@tonic-gate awk_xpg4 \ 4917c478bd9Sstevel@tonic-gate backup \ 4927c478bd9Sstevel@tonic-gate banner \ 4937c478bd9Sstevel@tonic-gate bart \ 4947c478bd9Sstevel@tonic-gate basename \ 4957c478bd9Sstevel@tonic-gate bnu \ 4967c478bd9Sstevel@tonic-gate bsmconv \ 4977c478bd9Sstevel@tonic-gate bsmrecord \ 4987c478bd9Sstevel@tonic-gate bsmunconv \ 4997c478bd9Sstevel@tonic-gate busstat \ 5007c478bd9Sstevel@tonic-gate cal \ 5017c478bd9Sstevel@tonic-gate cat \ 5027c478bd9Sstevel@tonic-gate cdrw \ 5037c478bd9Sstevel@tonic-gate cfgadm \ 5047c478bd9Sstevel@tonic-gate checkeq \ 5057c478bd9Sstevel@tonic-gate checknr \ 5067c478bd9Sstevel@tonic-gate chgrp \ 5077c478bd9Sstevel@tonic-gate chmod \ 5087c478bd9Sstevel@tonic-gate chown \ 5097c478bd9Sstevel@tonic-gate cksum \ 5107c478bd9Sstevel@tonic-gate cmd-crypto \ 5117c478bd9Sstevel@tonic-gate cmd-inet \ 5127c478bd9Sstevel@tonic-gate cmp \ 5137c478bd9Sstevel@tonic-gate col \ 5147c478bd9Sstevel@tonic-gate comm \ 5157c478bd9Sstevel@tonic-gate compress \ 5167c478bd9Sstevel@tonic-gate consadm \ 5177c478bd9Sstevel@tonic-gate coreadm \ 5187c478bd9Sstevel@tonic-gate cpio \ 5197c478bd9Sstevel@tonic-gate cpc \ 5207c478bd9Sstevel@tonic-gate cron \ 5217c478bd9Sstevel@tonic-gate csh \ 5227c478bd9Sstevel@tonic-gate csplit \ 5237c478bd9Sstevel@tonic-gate ctrun \ 5247c478bd9Sstevel@tonic-gate ctstat \ 5257c478bd9Sstevel@tonic-gate ctwatch \ 5267c478bd9Sstevel@tonic-gate cut \ 5277c478bd9Sstevel@tonic-gate datadm \ 5287c478bd9Sstevel@tonic-gate date \ 5297c478bd9Sstevel@tonic-gate dc \ 5307c478bd9Sstevel@tonic-gate dcs \ 5317c478bd9Sstevel@tonic-gate dd \ 5327c478bd9Sstevel@tonic-gate deroff \ 5337c478bd9Sstevel@tonic-gate devfsadm \ 5347c478bd9Sstevel@tonic-gate diff \ 5357c478bd9Sstevel@tonic-gate diffmk \ 5367c478bd9Sstevel@tonic-gate dladm \ 5377c478bd9Sstevel@tonic-gate du \ 5387c478bd9Sstevel@tonic-gate dumpcs \ 5397c478bd9Sstevel@tonic-gate ed \ 54018c2aff7Sartem eject \ 5417c478bd9Sstevel@tonic-gate env \ 5427c478bd9Sstevel@tonic-gate eqn \ 5437c478bd9Sstevel@tonic-gate expand \ 5447c478bd9Sstevel@tonic-gate expr \ 5457c478bd9Sstevel@tonic-gate fgrep \ 5467c478bd9Sstevel@tonic-gate file \ 5477c478bd9Sstevel@tonic-gate filesync \ 5487c478bd9Sstevel@tonic-gate find \ 5497c478bd9Sstevel@tonic-gate fm \ 5507c478bd9Sstevel@tonic-gate fold \ 5517c478bd9Sstevel@tonic-gate fs.d \ 5527c478bd9Sstevel@tonic-gate geniconvtbl \ 5537c478bd9Sstevel@tonic-gate genmsg \ 5547c478bd9Sstevel@tonic-gate getconf \ 5557c478bd9Sstevel@tonic-gate getent \ 5567c478bd9Sstevel@tonic-gate gettext \ 5577c478bd9Sstevel@tonic-gate gettxt \ 5587c478bd9Sstevel@tonic-gate grep \ 5597c478bd9Sstevel@tonic-gate grep_xpg4 \ 5607c478bd9Sstevel@tonic-gate grpck \ 5617c478bd9Sstevel@tonic-gate gss \ 5627c478bd9Sstevel@tonic-gate halt \ 5637c478bd9Sstevel@tonic-gate head \ 5647c478bd9Sstevel@tonic-gate hostname \ 5657c478bd9Sstevel@tonic-gate id \ 5667c478bd9Sstevel@tonic-gate isaexec \ 56736c5fee3Smcneal iscsi \ 5687c478bd9Sstevel@tonic-gate join \ 5697c478bd9Sstevel@tonic-gate krb5 \ 5707c478bd9Sstevel@tonic-gate kstat \ 5717c478bd9Sstevel@tonic-gate last \ 5727c478bd9Sstevel@tonic-gate ldap \ 5737c478bd9Sstevel@tonic-gate ldapcachemgr \ 574c6402783Sakolb lgrpinfo \ 5757c478bd9Sstevel@tonic-gate locale \ 5767c478bd9Sstevel@tonic-gate lofiadm \ 5777c478bd9Sstevel@tonic-gate logadm \ 5787c478bd9Sstevel@tonic-gate logger \ 5797c478bd9Sstevel@tonic-gate logins \ 5807c478bd9Sstevel@tonic-gate logname \ 5817c478bd9Sstevel@tonic-gate ls \ 5827c478bd9Sstevel@tonic-gate lvm \ 5837c478bd9Sstevel@tonic-gate mailx \ 5847c478bd9Sstevel@tonic-gate mesg \ 5857c478bd9Sstevel@tonic-gate mkdir \ 5867c478bd9Sstevel@tonic-gate mkpwdict \ 5877c478bd9Sstevel@tonic-gate mktemp \ 5887c478bd9Sstevel@tonic-gate more \ 5897c478bd9Sstevel@tonic-gate msgfmt \ 5907c478bd9Sstevel@tonic-gate mv \ 5917c478bd9Sstevel@tonic-gate newgrp \ 5927c478bd9Sstevel@tonic-gate newtask \ 5937c478bd9Sstevel@tonic-gate nice \ 5947c478bd9Sstevel@tonic-gate nispasswd \ 5957c478bd9Sstevel@tonic-gate nohup \ 5967c478bd9Sstevel@tonic-gate oawk \ 5977c478bd9Sstevel@tonic-gate pack \ 5987c478bd9Sstevel@tonic-gate passwd \ 5997c478bd9Sstevel@tonic-gate passmgmt \ 6007c478bd9Sstevel@tonic-gate paste \ 6017c478bd9Sstevel@tonic-gate pathchk \ 6027c478bd9Sstevel@tonic-gate pfexec \ 6037c478bd9Sstevel@tonic-gate pg \ 6047c478bd9Sstevel@tonic-gate pgrep \ 6057c478bd9Sstevel@tonic-gate picl \ 6067c478bd9Sstevel@tonic-gate pools \ 6077c478bd9Sstevel@tonic-gate power \ 6087c478bd9Sstevel@tonic-gate pr \ 6097c478bd9Sstevel@tonic-gate praudit \ 6107c478bd9Sstevel@tonic-gate print \ 6117c478bd9Sstevel@tonic-gate profiles \ 6127c478bd9Sstevel@tonic-gate projadd \ 6137c478bd9Sstevel@tonic-gate projects \ 6147c478bd9Sstevel@tonic-gate prstat \ 6157c478bd9Sstevel@tonic-gate prtdiag \ 6167c478bd9Sstevel@tonic-gate ps \ 6177c478bd9Sstevel@tonic-gate psrinfo \ 618c6402783Sakolb ptools \ 6197c478bd9Sstevel@tonic-gate pwconv \ 6207c478bd9Sstevel@tonic-gate pwd \ 6217c478bd9Sstevel@tonic-gate raidctl \ 6227c478bd9Sstevel@tonic-gate ramdiskadm \ 6237c478bd9Sstevel@tonic-gate rcap \ 6247c478bd9Sstevel@tonic-gate rcm_daemon \ 6257c478bd9Sstevel@tonic-gate refer \ 6267c478bd9Sstevel@tonic-gate regcmp \ 6277c478bd9Sstevel@tonic-gate renice \ 6287c478bd9Sstevel@tonic-gate roles \ 6297c478bd9Sstevel@tonic-gate rm \ 6307c478bd9Sstevel@tonic-gate rmdir \ 6317c478bd9Sstevel@tonic-gate rmformat \ 63218c2aff7Sartem rmmount \ 63318c2aff7Sartem rmvolmgr \ 63403831d35Sstevel scadm \ 6357c478bd9Sstevel@tonic-gate script \ 6367c478bd9Sstevel@tonic-gate sdiff \ 6377c478bd9Sstevel@tonic-gate sgs \ 6387c478bd9Sstevel@tonic-gate sh \ 6397c478bd9Sstevel@tonic-gate sleep \ 6407c478bd9Sstevel@tonic-gate sort \ 6417c478bd9Sstevel@tonic-gate split \ 6427c478bd9Sstevel@tonic-gate ssh \ 64313c7b6acSrsb stat \ 6447c478bd9Sstevel@tonic-gate strings \ 6457c478bd9Sstevel@tonic-gate su \ 6467c478bd9Sstevel@tonic-gate sum \ 6477c478bd9Sstevel@tonic-gate svc \ 6487c478bd9Sstevel@tonic-gate swap \ 6497c478bd9Sstevel@tonic-gate syseventadm \ 6507c478bd9Sstevel@tonic-gate syseventd \ 6517c478bd9Sstevel@tonic-gate tabs \ 6527c478bd9Sstevel@tonic-gate tar \ 6537c478bd9Sstevel@tonic-gate tbl \ 6547c478bd9Sstevel@tonic-gate tee \ 6557c478bd9Sstevel@tonic-gate time \ 6567c478bd9Sstevel@tonic-gate tnf \ 6577c478bd9Sstevel@tonic-gate touch \ 6587c478bd9Sstevel@tonic-gate tput \ 6597c478bd9Sstevel@tonic-gate troff \ 6607c478bd9Sstevel@tonic-gate tty \ 6617c478bd9Sstevel@tonic-gate ttymon \ 6627c478bd9Sstevel@tonic-gate ul \ 6637c478bd9Sstevel@tonic-gate uname \ 6647c478bd9Sstevel@tonic-gate uniq \ 6657c478bd9Sstevel@tonic-gate units \ 6667c478bd9Sstevel@tonic-gate unlink \ 6677c478bd9Sstevel@tonic-gate unpack \ 6687c478bd9Sstevel@tonic-gate valtools \ 6697c478bd9Sstevel@tonic-gate vgrind \ 6707c478bd9Sstevel@tonic-gate vi \ 67118c2aff7Sartem volcheck \ 67218c2aff7Sartem volrmmount \ 6737c478bd9Sstevel@tonic-gate w \ 6747c478bd9Sstevel@tonic-gate wbem \ 6757c478bd9Sstevel@tonic-gate wc \ 6767c478bd9Sstevel@tonic-gate who \ 6777c478bd9Sstevel@tonic-gate whodo \ 6787c478bd9Sstevel@tonic-gate wracct \ 6797c478bd9Sstevel@tonic-gate write \ 6807c478bd9Sstevel@tonic-gate xargs \ 6817c478bd9Sstevel@tonic-gate yppasswd \ 6827c478bd9Sstevel@tonic-gate zdump \ 683fa9e4066Sahrens zfs \ 6847c478bd9Sstevel@tonic-gate zic \ 6857c478bd9Sstevel@tonic-gate zlogin \ 6867c478bd9Sstevel@tonic-gate zoneadm \ 6877c478bd9Sstevel@tonic-gate zoneadmd \ 6887c478bd9Sstevel@tonic-gate zonecfg \ 689fa9e4066Sahrens zonename \ 690fa9e4066Sahrens zpool 6917c478bd9Sstevel@tonic-gate 692fb9f9b97Skupfer$(CLOSED_BUILD)MSGSUBDIRS += \ 693fb9f9b97Skupfer $(CLOSED)/cmd/iconv \ 694fb9f9b97Skupfer $(CLOSED)/cmd/ksh \ 695fb9f9b97Skupfer $(CLOSED)/cmd/llc2 \ 696fb9f9b97Skupfer $(CLOSED)/cmd/localedef \ 697fb9f9b97Skupfer $(CLOSED)/cmd/more_xpg4 \ 698fb9f9b97Skupfer $(CLOSED)/cmd/od \ 699fb9f9b97Skupfer $(CLOSED)/cmd/patch \ 700fb9f9b97Skupfer $(CLOSED)/cmd/pax \ 701fb9f9b97Skupfer $(CLOSED)/cmd/printf \ 702fb9f9b97Skupfer $(CLOSED)/cmd/sed \ 703fb9f9b97Skupfer $(CLOSED)/cmd/sed_xpg4 \ 704fb9f9b97Skupfer $(CLOSED)/cmd/tail \ 705fb9f9b97Skupfer $(CLOSED)/cmd/tr \ 706fb9f9b97Skupfer $(CLOSED)/cmd/tr_xpg4 707fb9f9b97Skupfer 7087c478bd9Sstevel@tonic-gatesparc_MSGSUBDIRS= \ 7097c478bd9Sstevel@tonic-gate fruadm \ 71025cf1a30Sjl139090 prtdscp \ 7117c478bd9Sstevel@tonic-gate prtfru \ 7127c478bd9Sstevel@tonic-gate stmsboot \ 7131ae08745Sheppo vntsd \ 7147c478bd9Sstevel@tonic-gate wrsmconf \ 7157c478bd9Sstevel@tonic-gate wrsmstat 7167c478bd9Sstevel@tonic-gate 7177c478bd9Sstevel@tonic-gate# 7187c478bd9Sstevel@tonic-gate# commands that use dcgettext for localized time, LC_TIME 7197c478bd9Sstevel@tonic-gate# 7207c478bd9Sstevel@tonic-gateDCSUBDIRS= \ 7217c478bd9Sstevel@tonic-gate cal \ 7227c478bd9Sstevel@tonic-gate cfgadm \ 7237c478bd9Sstevel@tonic-gate diff \ 7247c478bd9Sstevel@tonic-gate ls \ 7257c478bd9Sstevel@tonic-gate pr \ 726*16f94f58Ssayama ps \ 7277c478bd9Sstevel@tonic-gate tar \ 7287c478bd9Sstevel@tonic-gate w \ 7297c478bd9Sstevel@tonic-gate who \ 7307c478bd9Sstevel@tonic-gate whodo \ 7317c478bd9Sstevel@tonic-gate write 7327c478bd9Sstevel@tonic-gate 733fb9f9b97Skupfer$(CLOSED_BUILD)DCSUBDIRS += \ 734fb9f9b97Skupfer $(CLOSED)/cmd/pax 735fb9f9b97Skupfer 7367c478bd9Sstevel@tonic-gate# 7377c478bd9Sstevel@tonic-gate# commands that belong only to the basic security module 7387c478bd9Sstevel@tonic-gate# 7397c478bd9Sstevel@tonic-gateBSMSUBDIRS= \ 7407c478bd9Sstevel@tonic-gate allocate \ 7417c478bd9Sstevel@tonic-gate amt \ 7427c478bd9Sstevel@tonic-gate audit \ 7437c478bd9Sstevel@tonic-gate audit_warn \ 7447c478bd9Sstevel@tonic-gate auditconfig \ 7457c478bd9Sstevel@tonic-gate auditd \ 7467c478bd9Sstevel@tonic-gate auditreduce \ 7477c478bd9Sstevel@tonic-gate auditstat \ 7487c478bd9Sstevel@tonic-gate praudit \ 7497c478bd9Sstevel@tonic-gate bsmconv \ 7507c478bd9Sstevel@tonic-gate bsmrecord \ 7517c478bd9Sstevel@tonic-gate bsmunconv 7527c478bd9Sstevel@tonic-gate 7537c478bd9Sstevel@tonic-gate# 7547c478bd9Sstevel@tonic-gate# commands not owned by the systems group 7557c478bd9Sstevel@tonic-gate# 7567c478bd9Sstevel@tonic-gateBWOSDIRS= 7577c478bd9Sstevel@tonic-gate 7587c478bd9Sstevel@tonic-gate# 7597c478bd9Sstevel@tonic-gate# Commands providing manifests must offer a check target. A recursive check 7607c478bd9Sstevel@tonic-gate# target across all commands directories is not currently provided. 7617c478bd9Sstevel@tonic-gate# 7627c478bd9Sstevel@tonic-gateMANIFEST_TOPDIRS= \ 7637c478bd9Sstevel@tonic-gate auditd \ 7647c478bd9Sstevel@tonic-gate bnu \ 7657c478bd9Sstevel@tonic-gate consadm \ 7667c478bd9Sstevel@tonic-gate coreadm \ 7677c478bd9Sstevel@tonic-gate cron \ 7687c478bd9Sstevel@tonic-gate cvcd \ 769d98ed3d7Srm88369 dispadmin \ 7701d4b38e0Srsmaeda drd \ 7717c478bd9Sstevel@tonic-gate dumpadm \ 7727c478bd9Sstevel@tonic-gate eeprom \ 7737c478bd9Sstevel@tonic-gate fm \ 774bd335c64Sesolom intrd \ 7757c478bd9Sstevel@tonic-gate ipf \ 7767c478bd9Sstevel@tonic-gate keyserv \ 7777c478bd9Sstevel@tonic-gate ldapcachemgr \ 7787c478bd9Sstevel@tonic-gate nscd \ 779a4ac8bb3Sdnielsen oplhpd \ 7807c478bd9Sstevel@tonic-gate power \ 7817c478bd9Sstevel@tonic-gate rexd \ 7827c478bd9Sstevel@tonic-gate rpcbind \ 7837c478bd9Sstevel@tonic-gate rpcsvc \ 7847c478bd9Sstevel@tonic-gate saf \ 7857c478bd9Sstevel@tonic-gate sf880drd \ 7867c478bd9Sstevel@tonic-gate smserverd \ 7877c478bd9Sstevel@tonic-gate syseventd \ 7887c478bd9Sstevel@tonic-gate syslogd \ 7897c478bd9Sstevel@tonic-gate utmpd \ 7901ae08745Sheppo vntsd \ 7917c478bd9Sstevel@tonic-gate ypcmd \ 7927c478bd9Sstevel@tonic-gate zoneadmd 7937c478bd9Sstevel@tonic-gate 7947c478bd9Sstevel@tonic-gateMANIFEST_SUBDIRS= \ 79558091fd8Ssetje boot/scripts \ 7967c478bd9Sstevel@tonic-gate cmd-crypto/scripts \ 7977c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.chargend \ 7987c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.daytimed \ 7997c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.dhcpd \ 8007c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.discardd \ 8017c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.echod \ 8027c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/in.timed \ 8037c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/inetd \ 8047c478bd9Sstevel@tonic-gate cmd-inet/usr.lib/slpd \ 8057c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin \ 8067c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.ftpd \ 8077c478bd9Sstevel@tonic-gate cmd-inet/usr.sbin/in.talkd \ 8087c478bd9Sstevel@tonic-gate dcs/sparc/sun4u \ 8097c478bd9Sstevel@tonic-gate fs.d/autofs \ 8107c478bd9Sstevel@tonic-gate fs.d/cachefs \ 8117c478bd9Sstevel@tonic-gate fs.d/nfs/svc \ 8127c478bd9Sstevel@tonic-gate gss/gssd \ 8137c478bd9Sstevel@tonic-gate krb5/kadmin/server \ 8147c478bd9Sstevel@tonic-gate krb5/krb5kdc \ 8157c478bd9Sstevel@tonic-gate krb5/kwarn \ 8167c478bd9Sstevel@tonic-gate krb5/slave \ 8177c478bd9Sstevel@tonic-gate lp/cmd/lpsched \ 8187c478bd9Sstevel@tonic-gate lvm/rpc.metad \ 8197c478bd9Sstevel@tonic-gate lvm/rpc.metamedd \ 8207c478bd9Sstevel@tonic-gate lvm/rpc.metamhd \ 8217c478bd9Sstevel@tonic-gate lvm/md_monitord \ 8227c478bd9Sstevel@tonic-gate lvm/metassist/sysfiles \ 8237c478bd9Sstevel@tonic-gate lvm/util \ 8247c478bd9Sstevel@tonic-gate picl/picld \ 8257c478bd9Sstevel@tonic-gate print/gateway \ 8267c478bd9Sstevel@tonic-gate print/lp \ 8277c478bd9Sstevel@tonic-gate rcap/rcapd \ 8287c478bd9Sstevel@tonic-gate rpcsvc/rpc.bootparamd \ 8297c478bd9Sstevel@tonic-gate sendmail/lib \ 8307c478bd9Sstevel@tonic-gate smartcard/daemon \ 8317c478bd9Sstevel@tonic-gate ssh/etc \ 8327c478bd9Sstevel@tonic-gate svc/milestone \ 8337c478bd9Sstevel@tonic-gate ypcmd/yppasswd \ 8347c478bd9Sstevel@tonic-gate ypcmd/ypupdated \ 8357c478bd9Sstevel@tonic-gate xntpd/xntpd 8367c478bd9Sstevel@tonic-gate 8377c478bd9Sstevel@tonic-gateall := TARGET = all 8387c478bd9Sstevel@tonic-gateinstall := TARGET = install 8397c478bd9Sstevel@tonic-gateclean := TARGET = clean 8407c478bd9Sstevel@tonic-gateclobber := TARGET = clobber 8417c478bd9Sstevel@tonic-gatelint := TARGET = lint 8427c478bd9Sstevel@tonic-gatecheck := TARGET = check 8437c478bd9Sstevel@tonic-gate_msg := TARGET = _msg 8447c478bd9Sstevel@tonic-gate_dc := TARGET = _dc 8457c478bd9Sstevel@tonic-gate 8467c478bd9Sstevel@tonic-gate.KEEP_STATE: 8477c478bd9Sstevel@tonic-gate 8487c478bd9Sstevel@tonic-gateSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS) 8497c478bd9Sstevel@tonic-gate 8507c478bd9Sstevel@tonic-gate.PARALLEL: $(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS) \ 8517c478bd9Sstevel@tonic-gate $(MANIFEST_SUBDIRS) 8527c478bd9Sstevel@tonic-gate 8537c478bd9Sstevel@tonic-gateall install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS) 8547c478bd9Sstevel@tonic-gate 8557c478bd9Sstevel@tonic-gatecheck: svccfg_check .WAIT $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS) 8567c478bd9Sstevel@tonic-gate 8577c478bd9Sstevel@tonic-gatesvccfg_check: 8587c478bd9Sstevel@tonic-gate @$(ECHO) "building requirements for svccfg check ..."; \ 8597c478bd9Sstevel@tonic-gate (cd $(SRC)/cmd/svc/svccfg && pwd && $(MAKE) $(MFLAGS) native) 8607c478bd9Sstevel@tonic-gate 8617c478bd9Sstevel@tonic-gate# 8627c478bd9Sstevel@tonic-gate# The .WAIT directive works around an apparent bug in parallel make. 8637c478bd9Sstevel@tonic-gate# Evidently make was getting the target _msg vs. _dc confused under 8647c478bd9Sstevel@tonic-gate# some level of parallelization, causing some of the _dc objects 8657c478bd9Sstevel@tonic-gate# not to be built. 8667c478bd9Sstevel@tonic-gate# 8677c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc 8687c478bd9Sstevel@tonic-gate 8697c478bd9Sstevel@tonic-gate_dc: $(DCSUBDIRS) 8707c478bd9Sstevel@tonic-gate 8719616efa0Sartem# 8729616efa0Sartem# Dependencies 8739616efa0Sartem# 8749616efa0Sartemfs.d: fstyp 8759616efa0Sartem 8767c478bd9Sstevel@tonic-gate$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS) $(MANIFEST_SUBDIRS): FRC 8777c478bd9Sstevel@tonic-gate @if [ -f $@/Makefile ]; then \ 8787c478bd9Sstevel@tonic-gate cd $@; pwd; $(MAKE) $(TARGET); \ 8797c478bd9Sstevel@tonic-gate else \ 8807c478bd9Sstevel@tonic-gate true; \ 8817c478bd9Sstevel@tonic-gate fi 8827c478bd9Sstevel@tonic-gate 8837c478bd9Sstevel@tonic-gateFRC: 884