1*7ff178cdSJimmy Vetayases# 2*7ff178cdSJimmy Vetayases# CDDL HEADER START 3*7ff178cdSJimmy Vetayases# 4*7ff178cdSJimmy Vetayases# The contents of this file are subject to the terms of the 5*7ff178cdSJimmy Vetayases# Common Development and Distribution License (the "License"). 6*7ff178cdSJimmy Vetayases# You may not use this file except in compliance with the License. 7*7ff178cdSJimmy Vetayases# 8*7ff178cdSJimmy Vetayases# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*7ff178cdSJimmy Vetayases# or http://www.opensolaris.org/os/licensing. 10*7ff178cdSJimmy Vetayases# See the License for the specific language governing permissions 11*7ff178cdSJimmy Vetayases# and limitations under the License. 12*7ff178cdSJimmy Vetayases# 13*7ff178cdSJimmy Vetayases# When distributing Covered Code, include this CDDL HEADER in each 14*7ff178cdSJimmy Vetayases# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*7ff178cdSJimmy Vetayases# If applicable, add the following below this CDDL HEADER, with the 16*7ff178cdSJimmy Vetayases# fields enclosed by brackets "[]" replaced with your own identifying 17*7ff178cdSJimmy Vetayases# information: Portions Copyright [yyyy] [name of copyright owner] 18*7ff178cdSJimmy Vetayases# 19*7ff178cdSJimmy Vetayases# CDDL HEADER END 20*7ff178cdSJimmy Vetayases# 21*7ff178cdSJimmy Vetayases# 22*7ff178cdSJimmy Vetayases# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 23*7ff178cdSJimmy Vetayases# 24*7ff178cdSJimmy Vetayases 25*7ff178cdSJimmy Vetayasesinclude $(SRC)/Makefile.master 26*7ff178cdSJimmy Vetayases$(BUILD64)SUBDIRS += $(MACH64) 27*7ff178cdSJimmy Vetayasesinclude ../../../Makefile.subdirs 28