84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# CDDL HEADER START
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# The contents of this file are subject to the terms of the
f808c858fa61e7769218966759510a8b1190dfcfraf# Common Development and Distribution License (the "License").
f808c858fa61e7769218966759510a8b1190dfcfraf# You may not use this file except in compliance with the License.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# or http://www.opensolaris.org/os/licensing.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# See the License for the specific language governing permissions
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# and limitations under the License.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# When distributing Covered Code, include this CDDL HEADER in each
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# If applicable, add the following below this CDDL HEADER, with the
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# fields enclosed by brackets "[]" replaced with your own identifying
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# information: Portions Copyright [yyyy] [name of copyright owner]
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# CDDL HEADER END
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
f808c858fa61e7769218966759510a8b1190dfcfraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws# Use is subject to license terms.
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws#
f808c858fa61e7769218966759510a8b1190dfcfraf# ident "%Z%%M% %I% %E% SMI"
f808c858fa61e7769218966759510a8b1190dfcfraf#
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsinclude ../Makefile.lib
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsHDRS = smbios.h
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsHDRDIR = common
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsSUBDIRS = $(MACH)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws$(BUILD64)SUBDIRS += $(MACH64)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsall := TARGET = all
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsclean := TARGET = clean
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsclobber := TARGET = clobber
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsinstall := TARGET = install
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwslint := TARGET = lint
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws.KEEP_STATE:
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
f808c858fa61e7769218966759510a8b1190dfcfrafall clean clobber install lint: $(SUBDIRS)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsinstall_h: $(ROOTHDRS)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwscheck: $(CHECKHDRS)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
f808c858fa61e7769218966759510a8b1190dfcfraf$(SUBDIRS): FRC
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws @cd $@; pwd; $(MAKE) $(TARGET)
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsFRC:
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mws
84ab085a13f931bc78e7415e7ce921dbaa14fcb3mwsinclude ../Makefile.targ