Makefile revision 0ea5e3a571e3da934507bdd32924d11659c70704
7041N/A#
7041N/A# CDDL HEADER START
7041N/A#
7041N/A# The contents of this file are subject to the terms of the
7041N/A# Common Development and Distribution License (the "License").
7041N/A# You may not use this file except in compliance with the License.
7041N/A#
7041N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7041N/A# or http://www.opensolaris.org/os/licensing.
7041N/A# See the License for the specific language governing permissions
7041N/A# and limitations under the License.
7041N/A#
7041N/A# When distributing Covered Code, include this CDDL HEADER in each
7041N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7041N/A# If applicable, add the following below this CDDL HEADER, with the
7041N/A# fields enclosed by brackets "[]" replaced with your own identifying
7041N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7041N/A#
7041N/A# CDDL HEADER END
7041N/A#
7041N/A
7041N/A#
7041N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
7041N/A# Use is subject to license terms.
7041N/A#
7041N/A# ident "%Z%%M% %I% %E% SMI"
7041N/A#
7041N/A
7041N/Ainclude ../Makefile.com
7041N/A
7041N/ADATAFILES += depend i.initd i.preserve i.manifest r.manifest
7041N/ACHKINSTALLSRC=checkinstall.initd
7041N/A
7041N/AACTION_all=grep SUNWter depend > /dev/null || \
7041N/A ( chmod 666 depend; \
7041N/A echo "P SUNWmibii Solstice Enterprise Agents SNMP daemon" >> depend; \
7041N/A echo "P SUNWsasnm Solstice Enterprise Agents Simple Network Management Protocol" >> depend; \
7041N/A echo "P SUNWlibC SPARCompilers Bundled libC" >> depend; \
7041N/A chmod 444 depend )
7041N/A
7041N/A.KEEP_STATE:
7041N/A
7041N/Aall: $(FILES) action
7041N/A
7041N/A# action is a pseudotarget denoting completed work on the depend file
7041N/Aaction: depend
7041N/A $(ACTION_all)
7041N/A touch $@
7041N/A
7041N/Ainstall: all pkg
7041N/A
7041N/Ainclude ../Makefile.targ
7041N/A