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