Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# CDDL HEADER START
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# The contents of this file are subject to the terms of the
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# Common Development and Distribution License, Version 1.0 only
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# (the "License"). You may not use this file except in compliance
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# with the License.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# or http://www.opensolaris.org/os/licensing.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# See the License for the specific language governing permissions
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# and limitations under the License.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# When distributing Covered Code, include this CDDL HEADER in each
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# If applicable, add the following below this CDDL HEADER, with the
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# CDDL HEADER END
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
5f2b03bf7695dabd71222dba123532a3f76828c1vboxsync# Use is subject to license terms.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#pragma ident "%Z%%M% %I% %E% SMI"
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
9523921c89c66f4bececdbd5ac95aed0039eda1bvboxsync
2f3883b126a405f92b19e829472f614c7352b4f9vboxsyncinclude ../Makefile.com
c4b821bf03ae7641a0791e3fd161247e66433b68vboxsync
c4b821bf03ae7641a0791e3fd161247e66433b68vboxsyncDATAFILES += i.preserve depend
d4a9d525e6f2111d462d2d96462dced6b9ec00efvboxsync
d4a9d525e6f2111d462d2d96462dced6b9ec00efvboxsync.KEEP_STATE:
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync
0fd108a555ae02f2fb557d5f2c40281999b60d15vboxsyncall: $(FILES)
0fd108a555ae02f2fb557d5f2c40281999b60d15vboxsyncinstall: all pkg
0fd108a555ae02f2fb557d5f2c40281999b60d15vboxsync
0fd108a555ae02f2fb557d5f2c40281999b60d15vboxsyncinclude ../Makefile.targ
0fd108a555ae02f2fb557d5f2c40281999b60d15vboxsync