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