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