1*6d9ec342SRobert Mustacchi# 2*6d9ec342SRobert Mustacchi# CDDL HEADER START 3*6d9ec342SRobert Mustacchi# 4*6d9ec342SRobert Mustacchi# The contents of this file are subject to the terms of the 5*6d9ec342SRobert Mustacchi# Common Development and Distribution License, Version 1.0 only 6*6d9ec342SRobert Mustacchi# (the "License"). You may not use this file except in compliance 7*6d9ec342SRobert Mustacchi# with the License. 8*6d9ec342SRobert Mustacchi# 9*6d9ec342SRobert Mustacchi# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10*6d9ec342SRobert Mustacchi# or http://www.opensolaris.org/os/licensing. 11*6d9ec342SRobert Mustacchi# See the License for the specific language governing permissions 12*6d9ec342SRobert Mustacchi# and limitations under the License. 13*6d9ec342SRobert Mustacchi# 14*6d9ec342SRobert Mustacchi# When distributing Covered Code, include this CDDL HEADER in each 15*6d9ec342SRobert Mustacchi# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16*6d9ec342SRobert Mustacchi# If applicable, add the following below this CDDL HEADER, with the 17*6d9ec342SRobert Mustacchi# fields enclosed by brackets "[]" replaced with your own identifying 18*6d9ec342SRobert Mustacchi# information: Portions Copyright [yyyy] [name of copyright owner] 19*6d9ec342SRobert Mustacchi# 20*6d9ec342SRobert Mustacchi# CDDL HEADER END 21*6d9ec342SRobert Mustacchi# 22*6d9ec342SRobert Mustacchi# 23*6d9ec342SRobert Mustacchi# Copyright 2004 Sun Microsystems, Inc. All rights reserved. 24*6d9ec342SRobert Mustacchi# Use is subject to license terms. 25*6d9ec342SRobert Mustacchi# 26*6d9ec342SRobert Mustacchi 27*6d9ec342SRobert MustacchiSUBDIRS = $(MACH) 28*6d9ec342SRobert Mustacchi 29*6d9ec342SRobert Mustacchi# 30*6d9ec342SRobert Mustacchi# We don't currently support the debug target for the native build. 31*6d9ec342SRobert Mustacchi# 32*6d9ec342SRobert Mustacchidebug: 33*6d9ec342SRobert Mustacchi 34*6d9ec342SRobert Mustacchiinclude ../../Makefile.subdirs 35