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