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.
24a1823983f5efc3cf0dc13b099c30947cd325bcvboxsync#
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#
24a1823983f5efc3cf0dc13b099c30947cd325bcvboxsync#
e378dfdadd62aadc0a012c9953322d979d7606e6vboxsync# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync# Use is subject to license terms.
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync#ident "%Z%%M% %I% %E% SMI"
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync
2f3883b126a405f92b19e829472f614c7352b4f9vboxsyncinclude $(SRC)/Makefile.master
24a1823983f5efc3cf0dc13b099c30947cd325bcvboxsyncSUBDIRS= ia32
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync$(BUILD64)SUBDIRS += $(MACH64)
2f3883b126a405f92b19e829472f614c7352b4f9vboxsyncinclude ../Makefile.subdirs
2f3883b126a405f92b19e829472f614c7352b4f9vboxsync