Makefile revision 0ea5e3a571e3da934507bdd32924d11659c70704
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# CDDL HEADER START
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# The contents of this file are subject to the terms of the
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# Common Development and Distribution License (the "License").
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# You may not use this file except in compliance with the License.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# See the License for the specific language governing permissions
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# and limitations under the License.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# When distributing Covered Code, include this CDDL HEADER in each
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# If applicable, add the following below this CDDL HEADER, with the
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# fields enclosed by brackets "[]" replaced with your own identifying
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# information: Portions Copyright [yyyy] [name of copyright owner]
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# CDDL HEADER END
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# Use is subject to license terms.
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# ident "%Z%%M% %I% %E% SMI"
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard LoweDATAFILES += depend i.initd i.preserve i.manifest r.manifest
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe echo "P SUNWmibii Solstice Enterprise Agents SNMP daemon" >> depend; \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe echo "P SUNWsasnm Solstice Enterprise Agents Simple Network Management Protocol" >> depend; \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe echo "P SUNWlibC SPARCompilers Bundled libC" >> depend; \
10d63b7db37a83b39c7f511cf9426c9d03ea0760Richard Lowe# action is a pseudotarget denoting completed work on the depend file