Makefile revision 9ba7e32f37631a29f011e29a926eab05899802ca
#
# 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.
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
#
# Executables produced
# Source files
SADC_OBJECTS= $(SADC).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
$(SAG): $(SAG_OBJECTS)
$(POST_PROCESS)
$(SADC): $(SADC_OBJECTS)
$(POST_PROCESS)
# 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):
$(ETCINITD)/%: %
$(INS.file)
check: $(CHKMANIFEST)