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