xref: /titanic_41/usr/src/cmd/Makefile (revision 7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fe)
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
57c478bd9Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
67c478bd9Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
77c478bd9Sstevel@tonic-gate# with the License.
87c478bd9Sstevel@tonic-gate#
97c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
107c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
117c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
127c478bd9Sstevel@tonic-gate# and limitations under the License.
137c478bd9Sstevel@tonic-gate#
147c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
157c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
167c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
177c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
187c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
197c478bd9Sstevel@tonic-gate#
207c478bd9Sstevel@tonic-gate# CDDL HEADER END
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate#
23*7aec1d6eScindi# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
247c478bd9Sstevel@tonic-gate# Use is subject to license terms.
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gate# ident	"%Z%%M%	%I%	%E% SMI"
277c478bd9Sstevel@tonic-gate
287c478bd9Sstevel@tonic-gateinclude ../Makefile.master
297c478bd9Sstevel@tonic-gate
307c478bd9Sstevel@tonic-gate#
317c478bd9Sstevel@tonic-gate#	Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
327c478bd9Sstevel@tonic-gate#	the list, violating alphabetical order.  This is because they are very
337c478bd9Sstevel@tonic-gate#	long-running and should be given the most wall-clock time for a
347c478bd9Sstevel@tonic-gate#	parallel build.
357c478bd9Sstevel@tonic-gate#
367c478bd9Sstevel@tonic-gate#	Commands in the FIRST_SUBDIRS list are built before starting the build
377c478bd9Sstevel@tonic-gate#	of other commands.  Currently this includes only 'isaexec' and
387c478bd9Sstevel@tonic-gate#	'platexec'.  This is necessary because $(ROOT)/usr/lib/isaexec or
397c478bd9Sstevel@tonic-gate#	$(ROOT)/usr/lib/platexec must exist when some other commands are built
407c478bd9Sstevel@tonic-gate#	because their 'make install' creates a hard link to one of them.
417c478bd9Sstevel@tonic-gate#
427c478bd9Sstevel@tonic-gate#	Commands are listed one per line so that TeamWare can auto-merge most
437c478bd9Sstevel@tonic-gate#	changes.
447c478bd9Sstevel@tonic-gate#
457c478bd9Sstevel@tonic-gate
467c478bd9Sstevel@tonic-gateFIRST_SUBDIRS=		\
477c478bd9Sstevel@tonic-gate	isaexec		\
487c478bd9Sstevel@tonic-gate	platexec
497c478bd9Sstevel@tonic-gate
507c478bd9Sstevel@tonic-gateCOMMON_SUBDIRS=		\
517c478bd9Sstevel@tonic-gate	agents		\
52fa9e4066Sahrens	availdevs	\
537c478bd9Sstevel@tonic-gate	lp		\
547c478bd9Sstevel@tonic-gate	perl		\
557c478bd9Sstevel@tonic-gate	man		\
567c478bd9Sstevel@tonic-gate	Adm		\
577c478bd9Sstevel@tonic-gate	abi		\
587c478bd9Sstevel@tonic-gate	adbgen		\
597c478bd9Sstevel@tonic-gate	acct		\
607c478bd9Sstevel@tonic-gate	acctadm		\
617c478bd9Sstevel@tonic-gate	arch		\
627c478bd9Sstevel@tonic-gate	asa		\
637c478bd9Sstevel@tonic-gate	aset		\
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		\
1297c478bd9Sstevel@tonic-gate	diskmgtd	\
1307c478bd9Sstevel@tonic-gate	dispadmin	\
1317c478bd9Sstevel@tonic-gate	dladm		\
1327c478bd9Sstevel@tonic-gate	dmesg		\
1337c478bd9Sstevel@tonic-gate	dtrace		\
1347c478bd9Sstevel@tonic-gate	du		\
1357c478bd9Sstevel@tonic-gate	dumpadm		\
1367c478bd9Sstevel@tonic-gate	dumpcs		\
1377c478bd9Sstevel@tonic-gate	echo		\
1387c478bd9Sstevel@tonic-gate	ed		\
1397c478bd9Sstevel@tonic-gate	eeprom		\
1407c478bd9Sstevel@tonic-gate	egrep		\
141b1dd958fScth	emul64ioctl	\
1427c478bd9Sstevel@tonic-gate	enhance		\
1437c478bd9Sstevel@tonic-gate	env		\
1447c478bd9Sstevel@tonic-gate	eqn		\
1457c478bd9Sstevel@tonic-gate	expand		\
1467c478bd9Sstevel@tonic-gate	expr		\
1477c478bd9Sstevel@tonic-gate	exstr		\
1487c478bd9Sstevel@tonic-gate	factor		\
1497c478bd9Sstevel@tonic-gate	false		\
1507c478bd9Sstevel@tonic-gate	fdetach		\
1517c478bd9Sstevel@tonic-gate	fdformat	\
1527c478bd9Sstevel@tonic-gate	fdisk		\
1537c478bd9Sstevel@tonic-gate	filesync	\
1547c478bd9Sstevel@tonic-gate	fgrep		\
1557c478bd9Sstevel@tonic-gate	file		\
1567c478bd9Sstevel@tonic-gate	find		\
1577c478bd9Sstevel@tonic-gate	fm		\
1587c478bd9Sstevel@tonic-gate	fmli		\
1597c478bd9Sstevel@tonic-gate	fmt		\
1607c478bd9Sstevel@tonic-gate	fmthard		\
1617c478bd9Sstevel@tonic-gate	fmtmsg		\
1627c478bd9Sstevel@tonic-gate	fold		\
1637c478bd9Sstevel@tonic-gate	format		\
1647c478bd9Sstevel@tonic-gate	fs.d		\
1657c478bd9Sstevel@tonic-gate	fstyp		\
1667c478bd9Sstevel@tonic-gate	fuser		\
1677c478bd9Sstevel@tonic-gate	gcore		\
1687c478bd9Sstevel@tonic-gate	gencat		\
1697c478bd9Sstevel@tonic-gate	geniconvtbl	\
1707c478bd9Sstevel@tonic-gate	genmsg		\
1717c478bd9Sstevel@tonic-gate	getconf		\
1727c478bd9Sstevel@tonic-gate	getdevpolicy	\
1737c478bd9Sstevel@tonic-gate	getent		\
1747c478bd9Sstevel@tonic-gate	getfacl		\
1757c478bd9Sstevel@tonic-gate	getmajor	\
1767c478bd9Sstevel@tonic-gate	getopt		\
1777c478bd9Sstevel@tonic-gate	gettext		\
1787c478bd9Sstevel@tonic-gate	gettxt		\
1797c478bd9Sstevel@tonic-gate	graph		\
1807c478bd9Sstevel@tonic-gate	grep		\
1817c478bd9Sstevel@tonic-gate	grep_xpg4	\
1827c478bd9Sstevel@tonic-gate	groups		\
1837c478bd9Sstevel@tonic-gate	grpck		\
1847c478bd9Sstevel@tonic-gate	gss		\
1857c478bd9Sstevel@tonic-gate	halt		\
1867c478bd9Sstevel@tonic-gate	head		\
1877c478bd9Sstevel@tonic-gate	hostid		\
1887c478bd9Sstevel@tonic-gate	hostname	\
1897c478bd9Sstevel@tonic-gate	id		\
1907c478bd9Sstevel@tonic-gate	infocmp		\
1917c478bd9Sstevel@tonic-gate	init		\
1927c478bd9Sstevel@tonic-gate	initpkg		\
1937c478bd9Sstevel@tonic-gate	install.d	\
194bd335c64Sesolom	intrd		\
1957c478bd9Sstevel@tonic-gate	intrstat	\
1967c478bd9Sstevel@tonic-gate	ipcrm		\
1977c478bd9Sstevel@tonic-gate	ipcs		\
1987c478bd9Sstevel@tonic-gate	ipf		\
1997c478bd9Sstevel@tonic-gate	isainfo		\
2007c478bd9Sstevel@tonic-gate	isalist		\
2017c478bd9Sstevel@tonic-gate	java		\
2027c478bd9Sstevel@tonic-gate	join		\
2037c478bd9Sstevel@tonic-gate	kbd		\
2047c478bd9Sstevel@tonic-gate	keyserv		\
2057c478bd9Sstevel@tonic-gate	killall		\
2067c478bd9Sstevel@tonic-gate	krb5		\
2077c478bd9Sstevel@tonic-gate	kstat		\
2087c478bd9Sstevel@tonic-gate	last		\
2097c478bd9Sstevel@tonic-gate	lastcomm	\
2107c478bd9Sstevel@tonic-gate	ldap		\
2117c478bd9Sstevel@tonic-gate	ldapcachemgr	\
2127c478bd9Sstevel@tonic-gate	line		\
2137c478bd9Sstevel@tonic-gate	link		\
2147c478bd9Sstevel@tonic-gate	listen		\
2157c478bd9Sstevel@tonic-gate	loadkeys	\
2167c478bd9Sstevel@tonic-gate	locale		\
2177c478bd9Sstevel@tonic-gate	lockstat	\
2187c478bd9Sstevel@tonic-gate	locator		\
2197c478bd9Sstevel@tonic-gate	lofiadm		\
2207c478bd9Sstevel@tonic-gate	logadm		\
2217c478bd9Sstevel@tonic-gate	logger		\
2227c478bd9Sstevel@tonic-gate	login		\
2237c478bd9Sstevel@tonic-gate	logins		\
2247c478bd9Sstevel@tonic-gate	logname		\
2257c478bd9Sstevel@tonic-gate	look		\
2267c478bd9Sstevel@tonic-gate	ls		\
2277c478bd9Sstevel@tonic-gate	lvm		\
2287c478bd9Sstevel@tonic-gate	mach		\
2297c478bd9Sstevel@tonic-gate	machid		\
2307c478bd9Sstevel@tonic-gate	mail		\
2317c478bd9Sstevel@tonic-gate	mailx		\
2327c478bd9Sstevel@tonic-gate	makekey		\
2337c478bd9Sstevel@tonic-gate	mdb		\
2347c478bd9Sstevel@tonic-gate	mesg		\
2357c478bd9Sstevel@tonic-gate	mkdir		\
2367c478bd9Sstevel@tonic-gate	mkfifo		\
2377c478bd9Sstevel@tonic-gate	mkfile		\
2387c478bd9Sstevel@tonic-gate	mkmsgs		\
2397c478bd9Sstevel@tonic-gate	mknod		\
2407c478bd9Sstevel@tonic-gate	mkpwdict	\
2417c478bd9Sstevel@tonic-gate	mktemp		\
2427c478bd9Sstevel@tonic-gate	modload		\
2437c478bd9Sstevel@tonic-gate	more		\
2447c478bd9Sstevel@tonic-gate	msgfmt		\
2457c478bd9Sstevel@tonic-gate	msgid		\
2467c478bd9Sstevel@tonic-gate	mt		\
2477c478bd9Sstevel@tonic-gate	mv		\
2487c478bd9Sstevel@tonic-gate	mvdir		\
2497c478bd9Sstevel@tonic-gate	netadm		\
2507c478bd9Sstevel@tonic-gate	netfiles	\
2517c478bd9Sstevel@tonic-gate	newform		\
2527c478bd9Sstevel@tonic-gate	newgrp		\
2537c478bd9Sstevel@tonic-gate	news		\
2547c478bd9Sstevel@tonic-gate	newtask		\
2557c478bd9Sstevel@tonic-gate	nice		\
2567c478bd9Sstevel@tonic-gate	nispasswd	\
2577c478bd9Sstevel@tonic-gate	nl		\
2587c478bd9Sstevel@tonic-gate	nlsadmin	\
2597c478bd9Sstevel@tonic-gate	nohup		\
2607c478bd9Sstevel@tonic-gate	nsadmin		\
2617c478bd9Sstevel@tonic-gate	nscd		\
2627c478bd9Sstevel@tonic-gate	oamuser		\
2637c478bd9Sstevel@tonic-gate	oawk		\
2647c478bd9Sstevel@tonic-gate	openssl		\
2657c478bd9Sstevel@tonic-gate	pack		\
2667c478bd9Sstevel@tonic-gate	pagesize	\
2677c478bd9Sstevel@tonic-gate	passmgmt	\
2687c478bd9Sstevel@tonic-gate	passwd		\
2697c478bd9Sstevel@tonic-gate	paste		\
2707c478bd9Sstevel@tonic-gate	pathchk		\
2717c478bd9Sstevel@tonic-gate	pbind		\
27270025d76Sjohnny	pcidr		\
2737c478bd9Sstevel@tonic-gate	pcmciad		\
2747c478bd9Sstevel@tonic-gate	pfexec		\
2757c478bd9Sstevel@tonic-gate	pgrep		\
2767c478bd9Sstevel@tonic-gate	picl		\
2777c478bd9Sstevel@tonic-gate	plimit		\
2787c478bd9Sstevel@tonic-gate	pools		\
2797c478bd9Sstevel@tonic-gate	power		\
2807c478bd9Sstevel@tonic-gate	ppgsz		\
2817c478bd9Sstevel@tonic-gate	pg		\
2827c478bd9Sstevel@tonic-gate	plockstat	\
2837c478bd9Sstevel@tonic-gate	pr		\
2847c478bd9Sstevel@tonic-gate	prctl		\
2857c478bd9Sstevel@tonic-gate	print		\
2867c478bd9Sstevel@tonic-gate	priocntl	\
2877c478bd9Sstevel@tonic-gate	profiles	\
2887c478bd9Sstevel@tonic-gate	projadd		\
2897c478bd9Sstevel@tonic-gate	projects	\
2907c478bd9Sstevel@tonic-gate	prstat		\
2917c478bd9Sstevel@tonic-gate	prtconf		\
2927c478bd9Sstevel@tonic-gate	prtdiag		\
2937c478bd9Sstevel@tonic-gate	prtvtoc		\
2947c478bd9Sstevel@tonic-gate	ps		\
2957c478bd9Sstevel@tonic-gate	psradm		\
2967c478bd9Sstevel@tonic-gate	psrinfo		\
2977c478bd9Sstevel@tonic-gate	psrset		\
2987c478bd9Sstevel@tonic-gate	pt_chmod	\
2997c478bd9Sstevel@tonic-gate	ptools		\
3007c478bd9Sstevel@tonic-gate	pwck		\
3017c478bd9Sstevel@tonic-gate	pwconv		\
3027c478bd9Sstevel@tonic-gate	pwd		\
3037c478bd9Sstevel@tonic-gate	raidctl		\
3047c478bd9Sstevel@tonic-gate	ramdiskadm	\
3057c478bd9Sstevel@tonic-gate	rcap		\
3067c478bd9Sstevel@tonic-gate	rcm_daemon	\
3077c478bd9Sstevel@tonic-gate	rctladm		\
3087c478bd9Sstevel@tonic-gate	refer		\
3097c478bd9Sstevel@tonic-gate	regcmp		\
3107c478bd9Sstevel@tonic-gate	renice		\
3117c478bd9Sstevel@tonic-gate	rexd		\
3127c478bd9Sstevel@tonic-gate	rm		\
3137c478bd9Sstevel@tonic-gate	rmdir		\
3147c478bd9Sstevel@tonic-gate	rmformat	\
3157c478bd9Sstevel@tonic-gate	rmt		\
3167c478bd9Sstevel@tonic-gate	roles		\
3177c478bd9Sstevel@tonic-gate	rpcbind		\
3187c478bd9Sstevel@tonic-gate	rpcgen		\
3197c478bd9Sstevel@tonic-gate	rpcinfo		\
3207c478bd9Sstevel@tonic-gate	rpcsvc		\
3217c478bd9Sstevel@tonic-gate	rpld		\
3227c478bd9Sstevel@tonic-gate	runat		\
3237c478bd9Sstevel@tonic-gate	sa		\
3247c478bd9Sstevel@tonic-gate	saf		\
3257c478bd9Sstevel@tonic-gate	savecore	\
3267c478bd9Sstevel@tonic-gate	script		\
3277c478bd9Sstevel@tonic-gate	sdiff		\
3287c478bd9Sstevel@tonic-gate	sendmail	\
3297c478bd9Sstevel@tonic-gate	setfacl		\
3307c478bd9Sstevel@tonic-gate	setmnt		\
3317c478bd9Sstevel@tonic-gate	setpgrp		\
3327c478bd9Sstevel@tonic-gate	setuname	\
3337c478bd9Sstevel@tonic-gate	sgs		\
3347c478bd9Sstevel@tonic-gate	sh		\
3357c478bd9Sstevel@tonic-gate	sleep		\
33684ab085aSmws	smbios		\
3377c478bd9Sstevel@tonic-gate	smserverd	\
3387c478bd9Sstevel@tonic-gate	soelim		\
3397c478bd9Sstevel@tonic-gate	sort		\
3407c478bd9Sstevel@tonic-gate	spell		\
3417c478bd9Sstevel@tonic-gate	spline		\
3427c478bd9Sstevel@tonic-gate	split		\
3437c478bd9Sstevel@tonic-gate	srchtxt		\
3447c478bd9Sstevel@tonic-gate	ssh		\
3457c478bd9Sstevel@tonic-gate	stat		\
3467c478bd9Sstevel@tonic-gate	streams		\
3477c478bd9Sstevel@tonic-gate	strings		\
3487c478bd9Sstevel@tonic-gate	su		\
3497c478bd9Sstevel@tonic-gate	sulogin		\
3507c478bd9Sstevel@tonic-gate	sum		\
3517c478bd9Sstevel@tonic-gate	sunpc		\
3527c478bd9Sstevel@tonic-gate	svc		\
3537c478bd9Sstevel@tonic-gate	swap		\
3547c478bd9Sstevel@tonic-gate	sync		\
3557c478bd9Sstevel@tonic-gate	sysdef		\
3567c478bd9Sstevel@tonic-gate	syseventadm	\
3577c478bd9Sstevel@tonic-gate	syslogd		\
3587c478bd9Sstevel@tonic-gate	tabs		\
3597c478bd9Sstevel@tonic-gate	tar		\
3607c478bd9Sstevel@tonic-gate	tbl		\
3617c478bd9Sstevel@tonic-gate	tcopy		\
3627c478bd9Sstevel@tonic-gate	tcpd		\
3637c478bd9Sstevel@tonic-gate	tee		\
3647c478bd9Sstevel@tonic-gate	terminfo	\
3657c478bd9Sstevel@tonic-gate	th_tools	\
3667c478bd9Sstevel@tonic-gate	tic		\
3677c478bd9Sstevel@tonic-gate	time		\
3687c478bd9Sstevel@tonic-gate	tip		\
3697c478bd9Sstevel@tonic-gate	tnf		\
3707c478bd9Sstevel@tonic-gate	touch		\
3717c478bd9Sstevel@tonic-gate	tplot		\
3727c478bd9Sstevel@tonic-gate	tput		\
3737c478bd9Sstevel@tonic-gate	trapstat	\
3747c478bd9Sstevel@tonic-gate	troff		\
3757c478bd9Sstevel@tonic-gate	true		\
3767c478bd9Sstevel@tonic-gate	truss		\
3777c478bd9Sstevel@tonic-gate	tty		\
3787c478bd9Sstevel@tonic-gate	ttymon		\
3797c478bd9Sstevel@tonic-gate	uadmin		\
3807c478bd9Sstevel@tonic-gate	ul		\
3817c478bd9Sstevel@tonic-gate	uname		\
3827c478bd9Sstevel@tonic-gate	uniq		\
3837c478bd9Sstevel@tonic-gate	units		\
3847c478bd9Sstevel@tonic-gate	unlink		\
3857c478bd9Sstevel@tonic-gate	unpack		\
3867c478bd9Sstevel@tonic-gate	users		\
3877c478bd9Sstevel@tonic-gate	utmp_update	\
3887c478bd9Sstevel@tonic-gate	utmpd		\
3897c478bd9Sstevel@tonic-gate	valtools	\
3907c478bd9Sstevel@tonic-gate	vgrind		\
3917c478bd9Sstevel@tonic-gate	vi		\
3927c478bd9Sstevel@tonic-gate	volmgt		\
3937c478bd9Sstevel@tonic-gate	w		\
3947c478bd9Sstevel@tonic-gate	wall		\
3957c478bd9Sstevel@tonic-gate	wbem		\
3967c478bd9Sstevel@tonic-gate	wc		\
3977c478bd9Sstevel@tonic-gate	which		\
3987c478bd9Sstevel@tonic-gate	who		\
3997c478bd9Sstevel@tonic-gate	whodo		\
4007c478bd9Sstevel@tonic-gate	wracct		\
4017c478bd9Sstevel@tonic-gate	write		\
4027c478bd9Sstevel@tonic-gate	xntpd		\
4037c478bd9Sstevel@tonic-gate	xargs		\
4047c478bd9Sstevel@tonic-gate	xstr		\
4057c478bd9Sstevel@tonic-gate	yes		\
4067c478bd9Sstevel@tonic-gate	ypcmd		\
4077c478bd9Sstevel@tonic-gate	yppasswd	\
408fa9e4066Sahrens	zdb		\
4097c478bd9Sstevel@tonic-gate	zdump		\
410fa9e4066Sahrens	zfs		\
4117c478bd9Sstevel@tonic-gate	zic		\
4127c478bd9Sstevel@tonic-gate	zlogin		\
4137c478bd9Sstevel@tonic-gate	zoneadm		\
4147c478bd9Sstevel@tonic-gate	zoneadmd	\
4157c478bd9Sstevel@tonic-gate	zonecfg		\
416fa9e4066Sahrens	zonename	\
417fa9e4066Sahrens	zpool		\
418fa9e4066Sahrens	ztest
4197c478bd9Sstevel@tonic-gate
420fb9f9b97Skupfer$(CLOSED_BUILD)COMMON_SUBDIRS += \
421fb9f9b97Skupfer	$(CLOSED)/cmd/dodatadm	\
422fb9f9b97Skupfer	$(CLOSED)/cmd/iconv	\
423fb9f9b97Skupfer	$(CLOSED)/cmd/ksh	\
424fb9f9b97Skupfer	$(CLOSED)/cmd/llc2	\
425fb9f9b97Skupfer	$(CLOSED)/cmd/localedef	\
426fb9f9b97Skupfer	$(CLOSED)/cmd/more_xpg4	\
427*7aec1d6eScindi	$(CLOSED)/cmd/mtst	\
428fb9f9b97Skupfer	$(CLOSED)/cmd/od	\
429fb9f9b97Skupfer	$(CLOSED)/cmd/patch	\
430fb9f9b97Skupfer	$(CLOSED)/cmd/pax	\
431fb9f9b97Skupfer	$(CLOSED)/cmd/pcitool	\
432fb9f9b97Skupfer	$(CLOSED)/cmd/printf	\
433fb9f9b97Skupfer	$(CLOSED)/cmd/sed	\
434fb9f9b97Skupfer	$(CLOSED)/cmd/sed_xpg4	\
435fb9f9b97Skupfer	$(CLOSED)/cmd/smartcard	\
436fb9f9b97Skupfer	$(CLOSED)/cmd/tail	\
437fb9f9b97Skupfer	$(CLOSED)/cmd/tr	\
438fb9f9b97Skupfer	$(CLOSED)/cmd/tr_xpg4
439fb9f9b97Skupfer
4407c478bd9Sstevel@tonic-gatei386_SUBDIRS=		\
4417c478bd9Sstevel@tonic-gate	addbadsec	\
4427c478bd9Sstevel@tonic-gate	biosdev		\
4437c478bd9Sstevel@tonic-gate	diskscan	\
4447c478bd9Sstevel@tonic-gate	OWconfig	\
4457c478bd9Sstevel@tonic-gate	rtc
4467c478bd9Sstevel@tonic-gate
4477c478bd9Sstevel@tonic-gatesparc_SUBDIRS=		\
4487c478bd9Sstevel@tonic-gate	cvcd		\
4497c478bd9Sstevel@tonic-gate	dcs		\
4507c478bd9Sstevel@tonic-gate	fruadm		\
4517c478bd9Sstevel@tonic-gate	prtfru		\
452fb9f9b97Skupfer	$(CLOSED)/cmd/scadm	\
4537c478bd9Sstevel@tonic-gate	sckmd		\
4547c478bd9Sstevel@tonic-gate	sf880drd	\
4557c478bd9Sstevel@tonic-gate	stmsboot	\
4567c478bd9Sstevel@tonic-gate	wrsmconf	\
4577c478bd9Sstevel@tonic-gate	wrsmstat
4587c478bd9Sstevel@tonic-gate
4597c478bd9Sstevel@tonic-gate#
4607c478bd9Sstevel@tonic-gate# Commands that are messaged.  Note that 'lp' and 'man' come first
4617c478bd9Sstevel@tonic-gate# (see previous comment about 'lp' and 'man').
4627c478bd9Sstevel@tonic-gate#
4637c478bd9Sstevel@tonic-gateMSGSUBDIRS=		\
4647c478bd9Sstevel@tonic-gate	lp		\
4657c478bd9Sstevel@tonic-gate	man		\
4667c478bd9Sstevel@tonic-gate	abi		\
4677c478bd9Sstevel@tonic-gate	acctadm		\
4687c478bd9Sstevel@tonic-gate	allocate	\
4697c478bd9Sstevel@tonic-gate	asa		\
4707c478bd9Sstevel@tonic-gate	audio		\
4717c478bd9Sstevel@tonic-gate	audit		\
4727c478bd9Sstevel@tonic-gate	auditd		\
4737c478bd9Sstevel@tonic-gate	auths		\
4747c478bd9Sstevel@tonic-gate	autopush	\
4757c478bd9Sstevel@tonic-gate	awk		\
4767c478bd9Sstevel@tonic-gate	awk_xpg4	\
4777c478bd9Sstevel@tonic-gate	backup		\
4787c478bd9Sstevel@tonic-gate	banner		\
4797c478bd9Sstevel@tonic-gate	bart		\
4807c478bd9Sstevel@tonic-gate	basename	\
4817c478bd9Sstevel@tonic-gate	bnu		\
4827c478bd9Sstevel@tonic-gate	bsmconv		\
4837c478bd9Sstevel@tonic-gate	bsmrecord	\
4847c478bd9Sstevel@tonic-gate	bsmunconv	\
4857c478bd9Sstevel@tonic-gate	busstat		\
4867c478bd9Sstevel@tonic-gate	cal		\
4877c478bd9Sstevel@tonic-gate	cat		\
4887c478bd9Sstevel@tonic-gate	cdrw		\
4897c478bd9Sstevel@tonic-gate	cfgadm		\
4907c478bd9Sstevel@tonic-gate	checkeq		\
4917c478bd9Sstevel@tonic-gate	checknr		\
4927c478bd9Sstevel@tonic-gate	chgrp		\
4937c478bd9Sstevel@tonic-gate	chmod		\
4947c478bd9Sstevel@tonic-gate	chown		\
4957c478bd9Sstevel@tonic-gate	cksum		\
4967c478bd9Sstevel@tonic-gate	cmd-crypto	\
4977c478bd9Sstevel@tonic-gate	cmd-inet	\
4987c478bd9Sstevel@tonic-gate	cmp		\
4997c478bd9Sstevel@tonic-gate	col		\
5007c478bd9Sstevel@tonic-gate	comm		\
5017c478bd9Sstevel@tonic-gate	compress	\
5027c478bd9Sstevel@tonic-gate	consadm		\
5037c478bd9Sstevel@tonic-gate	coreadm		\
5047c478bd9Sstevel@tonic-gate	cpio		\
5057c478bd9Sstevel@tonic-gate	cpc		\
5067c478bd9Sstevel@tonic-gate	cron		\
5077c478bd9Sstevel@tonic-gate	csh		\
5087c478bd9Sstevel@tonic-gate	csplit		\
5097c478bd9Sstevel@tonic-gate	ctrun		\
5107c478bd9Sstevel@tonic-gate	ctstat		\
5117c478bd9Sstevel@tonic-gate	ctwatch		\
5127c478bd9Sstevel@tonic-gate	cut		\
5137c478bd9Sstevel@tonic-gate	datadm		\
5147c478bd9Sstevel@tonic-gate	date		\
5157c478bd9Sstevel@tonic-gate	dc		\
5167c478bd9Sstevel@tonic-gate	dcs		\
5177c478bd9Sstevel@tonic-gate	dd		\
5187c478bd9Sstevel@tonic-gate	deroff		\
5197c478bd9Sstevel@tonic-gate	devfsadm	\
5207c478bd9Sstevel@tonic-gate	diff		\
5217c478bd9Sstevel@tonic-gate	diffmk		\
5227c478bd9Sstevel@tonic-gate	dladm		\
5237c478bd9Sstevel@tonic-gate	du		\
5247c478bd9Sstevel@tonic-gate	dumpcs		\
5257c478bd9Sstevel@tonic-gate	ed		\
5267c478bd9Sstevel@tonic-gate	env		\
5277c478bd9Sstevel@tonic-gate	eqn		\
5287c478bd9Sstevel@tonic-gate	expand		\
5297c478bd9Sstevel@tonic-gate	expr		\
5307c478bd9Sstevel@tonic-gate	fgrep		\
5317c478bd9Sstevel@tonic-gate	file		\
5327c478bd9Sstevel@tonic-gate	filesync	\
5337c478bd9Sstevel@tonic-gate	find		\
5347c478bd9Sstevel@tonic-gate	fm		\
5357c478bd9Sstevel@tonic-gate	fold		\
5367c478bd9Sstevel@tonic-gate	fs.d		\
5377c478bd9Sstevel@tonic-gate	geniconvtbl	\
5387c478bd9Sstevel@tonic-gate	genmsg		\
5397c478bd9Sstevel@tonic-gate	getconf		\
5407c478bd9Sstevel@tonic-gate	getent		\
5417c478bd9Sstevel@tonic-gate	gettext		\
5427c478bd9Sstevel@tonic-gate	gettxt		\
5437c478bd9Sstevel@tonic-gate	grep		\
5447c478bd9Sstevel@tonic-gate	grep_xpg4	\
5457c478bd9Sstevel@tonic-gate	grpck		\
5467c478bd9Sstevel@tonic-gate	gss		\
5477c478bd9Sstevel@tonic-gate	halt		\
5487c478bd9Sstevel@tonic-gate	head		\
5497c478bd9Sstevel@tonic-gate	hostname	\
5507c478bd9Sstevel@tonic-gate	id		\
5517c478bd9Sstevel@tonic-gate	isaexec		\
5527c478bd9Sstevel@tonic-gate	join		\
5537c478bd9Sstevel@tonic-gate	krb5		\
5547c478bd9Sstevel@tonic-gate	kstat		\
5557c478bd9Sstevel@tonic-gate	last		\
5567c478bd9Sstevel@tonic-gate	ldap		\
5577c478bd9Sstevel@tonic-gate	ldapcachemgr	\
5587c478bd9Sstevel@tonic-gate	locale		\
5597c478bd9Sstevel@tonic-gate	lofiadm		\
5607c478bd9Sstevel@tonic-gate	logadm		\
5617c478bd9Sstevel@tonic-gate	logger		\
5627c478bd9Sstevel@tonic-gate	logins		\
5637c478bd9Sstevel@tonic-gate	logname		\
5647c478bd9Sstevel@tonic-gate	ls		\
5657c478bd9Sstevel@tonic-gate	lvm		\
5667c478bd9Sstevel@tonic-gate	mailx		\
5677c478bd9Sstevel@tonic-gate	mesg		\
5687c478bd9Sstevel@tonic-gate	mkdir		\
5697c478bd9Sstevel@tonic-gate	mkpwdict	\
5707c478bd9Sstevel@tonic-gate	mktemp		\
5717c478bd9Sstevel@tonic-gate	more		\
5727c478bd9Sstevel@tonic-gate	msgfmt		\
5737c478bd9Sstevel@tonic-gate	mv		\
5747c478bd9Sstevel@tonic-gate	newgrp		\
5757c478bd9Sstevel@tonic-gate	newtask		\
5767c478bd9Sstevel@tonic-gate	nice		\
5777c478bd9Sstevel@tonic-gate	nispasswd	\
5787c478bd9Sstevel@tonic-gate	nohup		\
5797c478bd9Sstevel@tonic-gate	oawk		\
5807c478bd9Sstevel@tonic-gate	pack		\
5817c478bd9Sstevel@tonic-gate	passwd		\
5827c478bd9Sstevel@tonic-gate	passmgmt	\
5837c478bd9Sstevel@tonic-gate	paste		\
5847c478bd9Sstevel@tonic-gate	pathchk		\
5857c478bd9Sstevel@tonic-gate	pfexec		\
5867c478bd9Sstevel@tonic-gate	pg		\
5877c478bd9Sstevel@tonic-gate	pgrep		\
5887c478bd9Sstevel@tonic-gate	picl            \
5897c478bd9Sstevel@tonic-gate	pools		\
5907c478bd9Sstevel@tonic-gate	power		\
5917c478bd9Sstevel@tonic-gate	pr		\
5927c478bd9Sstevel@tonic-gate	praudit		\
5937c478bd9Sstevel@tonic-gate	print		\
5947c478bd9Sstevel@tonic-gate	profiles	\
5957c478bd9Sstevel@tonic-gate	projadd		\
5967c478bd9Sstevel@tonic-gate	projects	\
5977c478bd9Sstevel@tonic-gate	prstat		\
5987c478bd9Sstevel@tonic-gate	prtdiag		\
5997c478bd9Sstevel@tonic-gate	ps		\
6007c478bd9Sstevel@tonic-gate	psrinfo		\
6017c478bd9Sstevel@tonic-gate	pwconv		\
6027c478bd9Sstevel@tonic-gate	pwd		\
6037c478bd9Sstevel@tonic-gate	raidctl		\
6047c478bd9Sstevel@tonic-gate	ramdiskadm	\
6057c478bd9Sstevel@tonic-gate	rcap		\
6067c478bd9Sstevel@tonic-gate	rcm_daemon	\
6077c478bd9Sstevel@tonic-gate	refer		\
6087c478bd9Sstevel@tonic-gate	regcmp		\
6097c478bd9Sstevel@tonic-gate	renice		\
6107c478bd9Sstevel@tonic-gate	roles		\
6117c478bd9Sstevel@tonic-gate	rm		\
6127c478bd9Sstevel@tonic-gate	rmdir		\
6137c478bd9Sstevel@tonic-gate	rmformat	\
6147c478bd9Sstevel@tonic-gate	script		\
6157c478bd9Sstevel@tonic-gate	sdiff		\
6167c478bd9Sstevel@tonic-gate	sgs		\
6177c478bd9Sstevel@tonic-gate	sh		\
6187c478bd9Sstevel@tonic-gate	sleep		\
6197c478bd9Sstevel@tonic-gate	sort		\
6207c478bd9Sstevel@tonic-gate	split		\
6217c478bd9Sstevel@tonic-gate	ssh		\
6227c478bd9Sstevel@tonic-gate	strings		\
6237c478bd9Sstevel@tonic-gate	su		\
6247c478bd9Sstevel@tonic-gate	sum		\
6257c478bd9Sstevel@tonic-gate	svc		\
6267c478bd9Sstevel@tonic-gate	swap		\
6277c478bd9Sstevel@tonic-gate	syseventadm	\
6287c478bd9Sstevel@tonic-gate	syseventd	\
6297c478bd9Sstevel@tonic-gate	tabs		\
6307c478bd9Sstevel@tonic-gate	tar		\
6317c478bd9Sstevel@tonic-gate	tbl		\
6327c478bd9Sstevel@tonic-gate	tee		\
6337c478bd9Sstevel@tonic-gate	time		\
6347c478bd9Sstevel@tonic-gate	tnf		\
6357c478bd9Sstevel@tonic-gate	touch		\
6367c478bd9Sstevel@tonic-gate	tput		\
6377c478bd9Sstevel@tonic-gate	troff		\
6387c478bd9Sstevel@tonic-gate	tty		\
6397c478bd9Sstevel@tonic-gate	ttymon		\
6407c478bd9Sstevel@tonic-gate	ul		\
6417c478bd9Sstevel@tonic-gate	uname		\
6427c478bd9Sstevel@tonic-gate	uniq		\
6437c478bd9Sstevel@tonic-gate	units		\
6447c478bd9Sstevel@tonic-gate	unlink		\
6457c478bd9Sstevel@tonic-gate	unpack		\
6467c478bd9Sstevel@tonic-gate	valtools	\
6477c478bd9Sstevel@tonic-gate	vgrind		\
6487c478bd9Sstevel@tonic-gate	vi		\
6497c478bd9Sstevel@tonic-gate	volmgt		\
6507c478bd9Sstevel@tonic-gate	w		\
6517c478bd9Sstevel@tonic-gate	wbem		\
6527c478bd9Sstevel@tonic-gate	wc		\
6537c478bd9Sstevel@tonic-gate	who		\
6547c478bd9Sstevel@tonic-gate	whodo		\
6557c478bd9Sstevel@tonic-gate	wracct		\
6567c478bd9Sstevel@tonic-gate	write		\
6577c478bd9Sstevel@tonic-gate	xargs		\
6587c478bd9Sstevel@tonic-gate	yppasswd	\
6597c478bd9Sstevel@tonic-gate	zdump		\
660fa9e4066Sahrens	zfs		\
6617c478bd9Sstevel@tonic-gate	zic		\
6627c478bd9Sstevel@tonic-gate	zlogin		\
6637c478bd9Sstevel@tonic-gate	zoneadm		\
6647c478bd9Sstevel@tonic-gate	zoneadmd	\
6657c478bd9Sstevel@tonic-gate	zonecfg		\
666fa9e4066Sahrens	zonename	\
667fa9e4066Sahrens	zpool
6687c478bd9Sstevel@tonic-gate
669fb9f9b97Skupfer$(CLOSED_BUILD)MSGSUBDIRS += \
670fb9f9b97Skupfer	$(CLOSED)/cmd/iconv	\
671fb9f9b97Skupfer	$(CLOSED)/cmd/ksh	\
672fb9f9b97Skupfer	$(CLOSED)/cmd/llc2	\
673fb9f9b97Skupfer	$(CLOSED)/cmd/localedef	\
674fb9f9b97Skupfer	$(CLOSED)/cmd/more_xpg4	\
675fb9f9b97Skupfer	$(CLOSED)/cmd/od	\
676fb9f9b97Skupfer	$(CLOSED)/cmd/patch	\
677fb9f9b97Skupfer	$(CLOSED)/cmd/pax	\
678fb9f9b97Skupfer	$(CLOSED)/cmd/printf	\
679fb9f9b97Skupfer	$(CLOSED)/cmd/scadm	\
680fb9f9b97Skupfer	$(CLOSED)/cmd/sed	\
681fb9f9b97Skupfer	$(CLOSED)/cmd/sed_xpg4	\
682fb9f9b97Skupfer	$(CLOSED)/cmd/tail	\
683fb9f9b97Skupfer	$(CLOSED)/cmd/tr	\
684fb9f9b97Skupfer	$(CLOSED)/cmd/tr_xpg4
685fb9f9b97Skupfer
6867c478bd9Sstevel@tonic-gatesparc_MSGSUBDIRS=	\
6877c478bd9Sstevel@tonic-gate	fruadm		\
6887c478bd9Sstevel@tonic-gate	prtfru		\
6897c478bd9Sstevel@tonic-gate	stmsboot	\
6907c478bd9Sstevel@tonic-gate	wrsmconf	\
6917c478bd9Sstevel@tonic-gate	wrsmstat
6927c478bd9Sstevel@tonic-gate
6937c478bd9Sstevel@tonic-gate#
6947c478bd9Sstevel@tonic-gate# commands that use dcgettext for localized time, LC_TIME
6957c478bd9Sstevel@tonic-gate#
6967c478bd9Sstevel@tonic-gateDCSUBDIRS=		\
6977c478bd9Sstevel@tonic-gate	cal		\
6987c478bd9Sstevel@tonic-gate	cfgadm		\
6997c478bd9Sstevel@tonic-gate	diff		\
7007c478bd9Sstevel@tonic-gate	ls		\
7017c478bd9Sstevel@tonic-gate	pr		\
7027c478bd9Sstevel@tonic-gate	tar		\
7037c478bd9Sstevel@tonic-gate	w		\
7047c478bd9Sstevel@tonic-gate	who		\
7057c478bd9Sstevel@tonic-gate	whodo		\
7067c478bd9Sstevel@tonic-gate	write
7077c478bd9Sstevel@tonic-gate
708fb9f9b97Skupfer$(CLOSED_BUILD)DCSUBDIRS += \
709fb9f9b97Skupfer	$(CLOSED)/cmd/pax
710fb9f9b97Skupfer
7117c478bd9Sstevel@tonic-gate#
7127c478bd9Sstevel@tonic-gate# commands that belong only to the basic security module
7137c478bd9Sstevel@tonic-gate#
7147c478bd9Sstevel@tonic-gateBSMSUBDIRS=		\
7157c478bd9Sstevel@tonic-gate	allocate	\
7167c478bd9Sstevel@tonic-gate	amt		\
7177c478bd9Sstevel@tonic-gate	audit		\
7187c478bd9Sstevel@tonic-gate	audit_warn	\
7197c478bd9Sstevel@tonic-gate	auditconfig	\
7207c478bd9Sstevel@tonic-gate	auditd		\
7217c478bd9Sstevel@tonic-gate	auditreduce	\
7227c478bd9Sstevel@tonic-gate	auditstat	\
7237c478bd9Sstevel@tonic-gate	dminfo		\
7247c478bd9Sstevel@tonic-gate	praudit		\
7257c478bd9Sstevel@tonic-gate	bsmconv		\
7267c478bd9Sstevel@tonic-gate	bsmrecord	\
7277c478bd9Sstevel@tonic-gate	bsmunconv
7287c478bd9Sstevel@tonic-gate
7297c478bd9Sstevel@tonic-gate#
7307c478bd9Sstevel@tonic-gate# commands not owned by the systems group
7317c478bd9Sstevel@tonic-gate#
7327c478bd9Sstevel@tonic-gateBWOSDIRS=
7337c478bd9Sstevel@tonic-gate
7347c478bd9Sstevel@tonic-gate#
7357c478bd9Sstevel@tonic-gate# Commands providing manifests must offer a check target.  A recursive check
7367c478bd9Sstevel@tonic-gate# target across all commands directories is not currently provided.
7377c478bd9Sstevel@tonic-gate#
7387c478bd9Sstevel@tonic-gateMANIFEST_TOPDIRS=			\
7397c478bd9Sstevel@tonic-gate	auditd				\
7407c478bd9Sstevel@tonic-gate	bnu				\
7417c478bd9Sstevel@tonic-gate	consadm				\
7427c478bd9Sstevel@tonic-gate	coreadm				\
7437c478bd9Sstevel@tonic-gate	cron				\
7447c478bd9Sstevel@tonic-gate	cvcd				\
745d98ed3d7Srm88369	dispadmin			\
7467c478bd9Sstevel@tonic-gate	dumpadm				\
7477c478bd9Sstevel@tonic-gate	eeprom				\
7487c478bd9Sstevel@tonic-gate	fm				\
749bd335c64Sesolom	intrd				\
7507c478bd9Sstevel@tonic-gate	ipf				\
7517c478bd9Sstevel@tonic-gate	keyserv				\
7527c478bd9Sstevel@tonic-gate	ldapcachemgr			\
7537c478bd9Sstevel@tonic-gate	nscd				\
7547c478bd9Sstevel@tonic-gate	power				\
7557c478bd9Sstevel@tonic-gate	rexd				\
7567c478bd9Sstevel@tonic-gate	rpcbind				\
7577c478bd9Sstevel@tonic-gate	rpcsvc				\
7587c478bd9Sstevel@tonic-gate	saf				\
7597c478bd9Sstevel@tonic-gate	sf880drd			\
7607c478bd9Sstevel@tonic-gate	smserverd			\
7617c478bd9Sstevel@tonic-gate	syseventd			\
7627c478bd9Sstevel@tonic-gate	syslogd				\
7637c478bd9Sstevel@tonic-gate	utmpd				\
7647c478bd9Sstevel@tonic-gate	ypcmd				\
7657c478bd9Sstevel@tonic-gate	zoneadmd
7667c478bd9Sstevel@tonic-gate
7677c478bd9Sstevel@tonic-gateMANIFEST_SUBDIRS=			\
7687c478bd9Sstevel@tonic-gate	cmd-crypto/scripts		\
7697c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.chargend	\
7707c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.daytimed	\
7717c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.dhcpd	\
7727c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.discardd	\
7737c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.echod	\
7747c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/in.timed	\
7757c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/inetd		\
7767c478bd9Sstevel@tonic-gate	cmd-inet/usr.lib/slpd		\
7777c478bd9Sstevel@tonic-gate	cmd-inet/usr.sbin		\
7787c478bd9Sstevel@tonic-gate	cmd-inet/usr.sbin/in.ftpd	\
7797c478bd9Sstevel@tonic-gate	cmd-inet/usr.sbin/in.talkd	\
7807c478bd9Sstevel@tonic-gate	dcs/sparc/sun4u			\
7817c478bd9Sstevel@tonic-gate	fs.d/autofs			\
7827c478bd9Sstevel@tonic-gate	fs.d/cachefs			\
7837c478bd9Sstevel@tonic-gate	fs.d/nfs/svc			\
7847c478bd9Sstevel@tonic-gate	gss/gssd			\
7857c478bd9Sstevel@tonic-gate	krb5/kadmin/server		\
7867c478bd9Sstevel@tonic-gate	krb5/krb5kdc			\
7877c478bd9Sstevel@tonic-gate	krb5/kwarn			\
7887c478bd9Sstevel@tonic-gate	krb5/slave			\
7897c478bd9Sstevel@tonic-gate	lp/cmd/lpsched			\
7907c478bd9Sstevel@tonic-gate	lvm/rpc.metad			\
7917c478bd9Sstevel@tonic-gate	lvm/rpc.metamedd		\
7927c478bd9Sstevel@tonic-gate	lvm/rpc.metamhd			\
7937c478bd9Sstevel@tonic-gate	lvm/md_monitord			\
7947c478bd9Sstevel@tonic-gate	lvm/metassist/sysfiles		\
7957c478bd9Sstevel@tonic-gate	lvm/util			\
7967c478bd9Sstevel@tonic-gate	picl/picld			\
7977c478bd9Sstevel@tonic-gate	print/gateway			\
7987c478bd9Sstevel@tonic-gate	print/lp			\
7997c478bd9Sstevel@tonic-gate	rcap/rcapd			\
8007c478bd9Sstevel@tonic-gate	rpcsvc/rpc.bootparamd		\
8017c478bd9Sstevel@tonic-gate	sendmail/lib			\
8027c478bd9Sstevel@tonic-gate	smartcard/daemon		\
8037c478bd9Sstevel@tonic-gate	ssh/etc				\
8047c478bd9Sstevel@tonic-gate	svc/milestone			\
8057c478bd9Sstevel@tonic-gate	ypcmd/yppasswd			\
8067c478bd9Sstevel@tonic-gate	ypcmd/ypupdated			\
8077c478bd9Sstevel@tonic-gate	xntpd/xntpd
8087c478bd9Sstevel@tonic-gate
8097c478bd9Sstevel@tonic-gateall :=		TARGET = all
8107c478bd9Sstevel@tonic-gateinstall :=	TARGET = install
8117c478bd9Sstevel@tonic-gateclean :=	TARGET = clean
8127c478bd9Sstevel@tonic-gateclobber :=	TARGET = clobber
8137c478bd9Sstevel@tonic-gatelint :=		TARGET = lint
8147c478bd9Sstevel@tonic-gatecheck :=	TARGET = check
8157c478bd9Sstevel@tonic-gate_msg :=		TARGET = _msg
8167c478bd9Sstevel@tonic-gate_dc :=		TARGET = _dc
8177c478bd9Sstevel@tonic-gate
8187c478bd9Sstevel@tonic-gate.KEEP_STATE:
8197c478bd9Sstevel@tonic-gate
8207c478bd9Sstevel@tonic-gateSUBDIRS = $(COMMON_SUBDIRS) $($(MACH)_SUBDIRS)
8217c478bd9Sstevel@tonic-gate
8227c478bd9Sstevel@tonic-gate.PARALLEL:	$(BWOSDIRS) $(SUBDIRS) $(MSGSUBDIRS) $(BSMSUBDIRS) \
8237c478bd9Sstevel@tonic-gate		$(MANIFEST_SUBDIRS)
8247c478bd9Sstevel@tonic-gate
8257c478bd9Sstevel@tonic-gateall install clean clobber lint: $(FIRST_SUBDIRS) .WAIT $(SUBDIRS) $(BSMSUBDIRS)
8267c478bd9Sstevel@tonic-gate
8277c478bd9Sstevel@tonic-gatecheck: svccfg_check .WAIT $(MANIFEST_TOPDIRS) $(MANIFEST_SUBDIRS)
8287c478bd9Sstevel@tonic-gate
8297c478bd9Sstevel@tonic-gatesvccfg_check:
8307c478bd9Sstevel@tonic-gate	@$(ECHO) "building requirements for svccfg check ..."; \
8317c478bd9Sstevel@tonic-gate	(cd $(SRC)/cmd/svc/svccfg && pwd && $(MAKE) $(MFLAGS) native)
8327c478bd9Sstevel@tonic-gate
8337c478bd9Sstevel@tonic-gate#
8347c478bd9Sstevel@tonic-gate# The .WAIT directive works around an apparent bug in parallel make.
8357c478bd9Sstevel@tonic-gate# Evidently make was getting the target _msg vs. _dc confused under
8367c478bd9Sstevel@tonic-gate# some level of parallelization, causing some of the _dc objects
8377c478bd9Sstevel@tonic-gate# not to be built.
8387c478bd9Sstevel@tonic-gate#
8397c478bd9Sstevel@tonic-gate_msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc
8407c478bd9Sstevel@tonic-gate
8417c478bd9Sstevel@tonic-gate_dc: $(DCSUBDIRS)
8427c478bd9Sstevel@tonic-gate
8437c478bd9Sstevel@tonic-gate$(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(BSMSUBDIRS) $(MANIFEST_SUBDIRS): FRC
8447c478bd9Sstevel@tonic-gate	@if [ -f $@/Makefile  ]; then \
8457c478bd9Sstevel@tonic-gate		cd $@; pwd; $(MAKE) $(TARGET); \
8467c478bd9Sstevel@tonic-gate	else \
8477c478bd9Sstevel@tonic-gate		true; \
8487c478bd9Sstevel@tonic-gate	fi
8497c478bd9Sstevel@tonic-gate
8507c478bd9Sstevel@tonic-gateFRC:
851