Makefile revision 7aec1d6e253b21f9e9b7ef68b4d81ab9859b51fe
bec154197d3d640b0d5b416cd5218ea58dca5d3aTinderbox User# CDDL HEADER START
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# The contents of this file are subject to the terms of the
4a14ce5ba00ab7bc55c99ffdcf59c7a4ab902721Automatic Updater# Common Development and Distribution License, Version 1.0 only
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# (the "License"). You may not use this file except in compliance
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# with the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# See the License for the specific language governing permissions
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# and limitations under the License.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
ea94d370123a5892f6c47a97f21d1b28d44bb168Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# CDDL HEADER END
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Use is subject to license terms.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# ident "%Z%%M% %I% %E% SMI"
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Note that the commands 'agents', 'lp', 'perl', and 'man' are first in
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# the list, violating alphabetical order. This is because they are very
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# long-running and should be given the most wall-clock time for a
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# parallel build.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Commands in the FIRST_SUBDIRS list are built before starting the build
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# of other commands. Currently this includes only 'isaexec' and
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# 'platexec'. This is necessary because $(ROOT)/usr/lib/isaexec or
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# $(ROOT)/usr/lib/platexec must exist when some other commands are built
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# because their 'make install' creates a hard link to one of them.
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Commands are listed one per line so that TeamWare can auto-merge most
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# Commands that are messaged. Note that 'lp' and 'man' come first
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# (see previous comment about 'lp' and 'man').
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# commands that use dcgettext for localized time, LC_TIME
5a4557e8de2951a2796676b5ec4b6a90caa5be14Mark Andrews# commands that belong only to the basic security module
auditd \
bnu \
consadm \
coreadm \
cron \
cvcd \
dumpadm \
eeprom \
fm \
intrd \
ipf \
keyserv \
nscd \
power \
rexd \
rpcbind \
rpcsvc \
saf \
sf880drd \
syslogd \
utmpd \
ypcmd \
@if [ -f $@/Makefile ]; then \
FRC: