xref: /illumos-gate/usr/src/lib/fm/topo/maps/i386/Makefile (revision 55fea89d)
1b48b4ad7Szx#
2b48b4ad7Szx# CDDL HEADER START
3b48b4ad7Szx#
4b48b4ad7Szx# The contents of this file are subject to the terms of the
5b48b4ad7Szx# Common Development and Distribution License (the "License").
6b48b4ad7Szx# You may not use this file except in compliance with the License.
7b48b4ad7Szx#
8b48b4ad7Szx# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9b48b4ad7Szx# or http://www.opensolaris.org/os/licensing.
10b48b4ad7Szx# See the License for the specific language governing permissions
11b48b4ad7Szx# and limitations under the License.
12b48b4ad7Szx#
13b48b4ad7Szx# When distributing Covered Code, include this CDDL HEADER in each
14b48b4ad7Szx# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15b48b4ad7Szx# If applicable, add the following below this CDDL HEADER, with the
16b48b4ad7Szx# fields enclosed by brackets "[]" replaced with your own identifying
17b48b4ad7Szx# information: Portions Copyright [yyyy] [name of copyright owner]
18b48b4ad7Szx#
19b48b4ad7Szx# CDDL HEADER END
20b48b4ad7Szx#
21b48b4ad7Szx
22b48b4ad7Szx#
23b48b4ad7Szx# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24b48b4ad7Szx# Use is subject to license terms.
25b48b4ad7Szx#
26ee5416c9Syc#ident	"%Z%%M%	%I%	%E% SMI"
27b48b4ad7Szx
28*55fea89dSDan CrossCLASS = common
29ee5416c9SycDTDFILE = topology.dtd.1
30ee5416c9SycTOPOFILE = xfp-hc-topology.xml
31ee5416c9SycSRCDIR = ../i386
32b48b4ad7Szx
33ee5416c9Syc# TEMPTOPOFILE is copied from ../common and deleted by "make clean"
34ee5416c9SycTEMPTOPOFILE = xfp-hc-topology.xml
35b48b4ad7Szx
36ee5416c9Sycinclude ../Makefile.map
37