Makefile revision 69f689b5f46563c274920df5f8cbb1e399d5ef4d
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# CDDL HEADER START
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# The contents of this file are subject to the terms of the
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# Common Development and Distribution License (the "License").
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# You may not use this file except in compliance with the License.
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# See the License for the specific language governing permissions
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# and limitations under the License.
23d859f2ce09c04ed802cb4912cc9c50f512f0a2bgk# When distributing Covered Code, include this CDDL HEADER in each
23d859f2ce09c04ed802cb4912cc9c50f512f0a2bgk# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# If applicable, add the following below this CDDL HEADER, with the
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# fields enclosed by brackets "[]" replaced with your own identifying
8c39cbeab9949a0a7d6ae66b768a7352019e42f8johanengelen# information: Portions Copyright [yyyy] [name of copyright owner]
072916d0ef7dccd696b59381f50bcf776abccefbjohanengelen# CDDL HEADER END
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz# Use is subject to license terms.
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruzDATAFILES += depend i.initd i.preserve i.manifest r.manifest
0a75b58e47d3de42550c4f7960e253ea3befc09ajohanengelen echo "P SUNWmibii Solstice Enterprise Agents SNMP daemon" >> depend; \
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz echo "P SUNWsasnm Solstice Enterprise Agents Simple Network Management Protocol" >> depend; \
74ed5bd66f5d8a1465b69bd0450f2af030b638f0joncruz echo "P SUNWnet-snmp-mgr Net-SNMP Agent configuration files and Startup scripts" >> depend; \
0563fd55cbad59e8a878e6d4cbbdd8e47f74488djohanengelen echo "P SUNWlibC SPARCompilers Bundled libC" >> depend; \
0563fd55cbad59e8a878e6d4cbbdd8e47f74488djohanengelen# action is a pseudotarget denoting completed work on the depend file