Makefile revision 18c2aff776a775d34a4c9893a4c72e0434d68e36
8N/A#
8N/A# CDDL HEADER START
371N/A#
8N/A# The contents of this file are subject to the terms of the
8N/A# Common Development and Distribution License, Version 1.0 only
8N/A# (the "License"). You may not use this file except in compliance
8N/A# with the License.
8N/A#
8N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8N/A# or http://www.opensolaris.org/os/licensing.
8N/A# See the License for the specific language governing permissions
8N/A# and limitations under the License.
8N/A#
8N/A# When distributing Covered Code, include this CDDL HEADER in each
8N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8N/A# If applicable, add the following below this CDDL HEADER, with the
8N/A# fields enclosed by brackets "[]" replaced with your own identifying
8N/A# information: Portions Copyright [yyyy] [name of copyright owner]
8N/A#
8N/A# CDDL HEADER END
8N/A#
8N/A#
8N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
8N/A# Use is subject to license terms.
8N/A#
8N/A#ident "%Z%%M% %I% %E% SMI"
8N/A#
8N/A
8N/Ainclude ../Makefile.com
8N/A
371N/ADATAFILES += depend i.initd i.manifest r.manifest
8N/ACHKINSTALLSRC=checkinstall.initd
8N/A
32N/A.KEEP_STATE:
32N/A
8N/Aall: $(FILES)
8N/Ainstall: all pkg
371N/A
8N/Ainclude ../Makefile.targ
8N/Ainclude ../Makefile.prtarg
371N/A