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