xref: /onnv-gate/usr/src/uts/intel/Makefile.targ.shared (revision 1167:9608ad751c4d)
1*1167Skupfer#
2*1167Skupfer# CDDL HEADER START
3*1167Skupfer#
4*1167Skupfer# The contents of this file are subject to the terms of the
5*1167Skupfer# Common Development and Distribution License, Version 1.0 only
6*1167Skupfer# (the "License").  You may not use this file except in compliance
7*1167Skupfer# with the License.
8*1167Skupfer#
9*1167Skupfer# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*1167Skupfer# or http://www.opensolaris.org/os/licensing.
11*1167Skupfer# See the License for the specific language governing permissions
12*1167Skupfer# and limitations under the License.
13*1167Skupfer#
14*1167Skupfer# When distributing Covered Code, include this CDDL HEADER in each
15*1167Skupfer# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*1167Skupfer# If applicable, add the following below this CDDL HEADER, with the
17*1167Skupfer# fields enclosed by brackets "[]" replaced with your own identifying
18*1167Skupfer# information: Portions Copyright [yyyy] [name of copyright owner]
19*1167Skupfer#
20*1167Skupfer# CDDL HEADER END
21*1167Skupfer#
22*1167Skupfer#
23*1167Skupfer# uts/intel/Makefile.targ
24*1167Skupfer#
25*1167Skupfer# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
26*1167Skupfer# Use is subject to license terms.
27*1167Skupfer#
28*1167Skupfer#pragma ident	"%Z%%M%	%I%	%E% SMI"
29*1167Skupfer#
30*1167Skupfer#	This Makefile defines the set of all required, target containing
31*1167Skupfer# included Makefiles for the intel "implementation architecture".
32*1167Skupfer#
33*1167Skupfer
34*1167Skupfer#
35*1167Skupfer#	Targets for all implementations:
36*1167Skupfer#
37*1167Skupferinclude $(UTSBASE)/Makefile.targ
38*1167Skupfer
39*1167Skupfer#
40*1167Skupfer#	Target set for intel (order is not important, as it is with the
41*1167Skupfer# isomorphic Makefile.files set).
42*1167Skupfer#
43*1167Skupferinclude $(UTSTREE)/intel/Makefile.rules
44*1167Skupferinclude $(UTSTREE)/common/Makefile.rules
45