Makefile.com revision 03f1883688117e3b8f2eb323b8a5cf129fa0cc8a
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
#
#
include ../../Makefile.cmd
#SUBDIRS= $(MACH)
#$(BUILD64)SUBDIRS += $(MACH64)
VPATH= ..
# Executables produced
# Source files
SADC_OBJECTS= $(SADC).o
TIMEX_OBJECTS= $(TIMEX).o
# Set of target install directories
# Set of target install files
# Performance monitoring should not be enabled by default. Hence, these
# entries are comments. Note the difficulty of inserting a literal #
# in a makefile.... Wonderful parser here....
# Conditionals
# $(ROOTUSRSBIN)/$(SADP) := FILEMODE = 2555
# $(ROOTUSRSBIN)/$(SADP) := GROUP = sys
#time: $(BINPROG)
$(ROOTSYMLINK):
$(SAG): $(SAG_OBJECTS)
$(POST_PROCESS)
$(SADC): $(SADC_OBJECTS)
$(POST_PROCESS)
$(TIMEX): $(TIMEX_OBJECTS)
$(POST_PROCESS)
FRC:
# The edit of SYSCRONTAB must be done unconditionally because of the
# creation of this file by a different component (Adm) and the possible
# backdating.
@if [ -f $(SYSCRONTAB) ]; \
then \
else \
echo $(ENTRY1) >> $(SYSCRONTAB); \
echo $(ENTRY2) >> $(SYSCRONTAB); \
fi; \
else \
echo $(ENTRY3) >> $(SYSCRONTAB); \
fi; \
fi
$(LIBSAD)/%: %
$(INS.file)
$(ROOTSYMLINKS):
$(ETCRC2D)/%: $(ROOTINITSHELL)
$(ETCINITD)/%: %
$(INS.file)
check: $(CHKMANIFEST)
include ../../Makefile.targ