1437Smws# 2437Smws# CDDL HEADER START 3437Smws# 4437Smws# The contents of this file are subject to the terms of the 5*2522Sraf# Common Development and Distribution License (the "License"). 6*2522Sraf# You may not use this file except in compliance with the License. 7437Smws# 8437Smws# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9437Smws# or http://www.opensolaris.org/os/licensing. 10437Smws# See the License for the specific language governing permissions 11437Smws# and limitations under the License. 12437Smws# 13437Smws# When distributing Covered Code, include this CDDL HEADER in each 14437Smws# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15437Smws# If applicable, add the following below this CDDL HEADER, with the 16437Smws# fields enclosed by brackets "[]" replaced with your own identifying 17437Smws# information: Portions Copyright [yyyy] [name of copyright owner] 18437Smws# 19437Smws# CDDL HEADER END 20437Smws# 21437Smws# 22*2522Sraf# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23437Smws# Use is subject to license terms. 24437Smws# 25*2522Sraf# ident "%Z%%M% %I% %E% SMI" 26*2522Sraf# 27437Smws 28437Smwsinclude ../Makefile.lib 29437Smws 30437SmwsHDRS = smbios.h 31437SmwsHDRDIR = common 32437Smws 33437SmwsSUBDIRS = $(MACH) 34437Smws$(BUILD64)SUBDIRS += $(MACH64) 35437Smws 36437Smwsall := TARGET = all 37437Smwsclean := TARGET = clean 38437Smwsclobber := TARGET = clobber 39437Smwsinstall := TARGET = install 40437Smwslint := TARGET = lint 41437Smws 42437Smws.KEEP_STATE: 43437Smws 44*2522Srafall clean clobber install lint: $(SUBDIRS) 45437Smws 46437Smwsinstall_h: $(ROOTHDRS) 47437Smws 48437Smwscheck: $(CHECKHDRS) 49437Smws 50*2522Sraf$(SUBDIRS): FRC 51437Smws @cd $@; pwd; $(MAKE) $(TARGET) 52437Smws 53437SmwsFRC: 54437Smws 55437Smwsinclude ../Makefile.targ 56