Makefile revision ea76c26cbb46a2abd6ae5d4bdfaa26e32a405633
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# CDDL HEADER START
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# The contents of this file are subject to the terms of the
7b1019a6d29ccb7999dc76cba3dde1c627e8e609Jerry Jelinek# Common Development and Distribution License (the "License").
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# You may not use this file except in compliance with the License.
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# See the License for the specific language governing permissions
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# and limitations under the License.
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# When distributing Covered Code, include this CDDL HEADER in each
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# If applicable, add the following below this CDDL HEADER, with the
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# fields enclosed by brackets "[]" replaced with your own identifying
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# information: Portions Copyright [yyyy] [name of copyright owner]
5ffb0c9b03b5149ff4f5821a62be4a52408ada2aToomas Soome# CDDL HEADER END
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Use is subject to license terms.
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Copyright (c) 2013 Andrew Stormont. All rights reserved.
371584c2eae4cf827fd406ba26c14f021adaaa70Yuri Pankov# Executables produced
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Source files
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Set of target install directories
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Set of target install files
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Performance monitoring should not be enabled by default. Hence, these
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# entries are comments.
4890a7493fa5781f7cd15fa207cbcb58cc418882Will FiveashENTRY1= '$(POUND_SIGN) 0 * * * 0-6 /usr/lib/sa/sa1'
4890a7493fa5781f7cd15fa207cbcb58cc418882Will FiveashENTRY2= '$(POUND_SIGN) 20,40 8-17 * * 1-5 /usr/lib/sa/sa1'
4890a7493fa5781f7cd15fa207cbcb58cc418882Will FiveashENTRY3= '$(POUND_SIGN) 5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e 18:01 -i 1200 -A'
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# Conditionals
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# The edit of SYSCRONTAB must be done unconditionally because of the
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# creation of this file by a different component (Adm) and the possible
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash# backdating.
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash $(ROOTINITSHELL) $(ROOTLIBSHELL) $(ROOTSYMLINKS) \
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash $(ROOTMANIFEST) $(ROOTSVCMETHOD) $(ROOTLIBPROG)
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash @if [ -f $(SYSCRONTAB) ]; \
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash if $(GREP) "sa1" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \
4890a7493fa5781f7cd15fa207cbcb58cc418882Will Fiveash if $(GREP) "sa2" $(SYSCRONTAB) >/dev/null 2>&1 ; then :; \