124db4641Seschrock#
224db4641Seschrock# CDDL HEADER START
324db4641Seschrock#
424db4641Seschrock# The contents of this file are subject to the terms of the
524db4641Seschrock# Common Development and Distribution License (the "License").
624db4641Seschrock# You may not use this file except in compliance with the License.
724db4641Seschrock#
824db4641Seschrock# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
924db4641Seschrock# or http://www.opensolaris.org/os/licensing.
1024db4641Seschrock# See the License for the specific language governing permissions
1124db4641Seschrock# and limitations under the License.
1224db4641Seschrock#
1324db4641Seschrock# When distributing Covered Code, include this CDDL HEADER in each
1424db4641Seschrock# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1524db4641Seschrock# If applicable, add the following below this CDDL HEADER, with the
1624db4641Seschrock# fields enclosed by brackets "[]" replaced with your own identifying
1724db4641Seschrock# information: Portions Copyright [yyyy] [name of copyright owner]
1824db4641Seschrock#
1924db4641Seschrock# CDDL HEADER END
2024db4641Seschrock#
2124db4641Seschrock#
2224db4641Seschrock# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
2324db4641Seschrock# Use is subject to license terms.
2424db4641Seschrock#
2524db4641Seschrock
2624db4641Seschrockinclude		../../Makefile.lib
2724db4641Seschrockinclude		../Makefile.lib
2824db4641Seschrock
2924db4641SeschrockHDRDIR=		common
3024db4641SeschrockFMHDRS=		libdiskstatus.h
3124db4641Seschrock
3224db4641SeschrockSUBDIRS=	$(MACH)
3324db4641Seschrock$(BUILD64)SUBDIRS += $(MACH64)
3424db4641Seschrock
3524db4641Seschrockall :=		TARGET= all
3624db4641Seschrockclean :=	TARGET= clean
3724db4641Seschrockclobber :=	TARGET= clobber
3824db4641Seschrockinstall :=	TARGET= install
3924db4641Seschrock
4024db4641Seschrock.KEEP_STATE:
4124db4641Seschrock
42*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS)
4324db4641Seschrock
4424db4641Seschrockinstall_h: $(ROOTFMHDRS)
4524db4641Seschrock
4624db4641Seschrockcheck: $(CHECKHDRS)
4724db4641Seschrock
4824db4641Seschrock$(SUBDIRS): FRC
4924db4641Seschrock	@cd $@; pwd; $(MAKE) $(TARGET)
5024db4641Seschrock
5124db4641SeschrockFRC:
5224db4641Seschrock
5324db4641Seschrockinclude ../../Makefile.targ
5424db4641Seschrockinclude ../Makefile.targ
55