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