e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith#
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith# CDDL HEADER START
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith#
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith# The contents of this file are subject to the terms of the
9b7a02e2742bfa28250fb9c71fb520e1ddc150ebLuke Smith# Common Development and Distribution License (the "License").
9b7a02e2742bfa28250fb9c71fb520e1ddc150ebLuke Smith# You may not use this file except in compliance with the License.
9b7a02e2742bfa28250fb9c71fb520e1ddc150ebLuke Smith#
9b7a02e2742bfa28250fb9c71fb520e1ddc150ebLuke Smith# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith# or http://www.opensolaris.org/os/licensing.
e8f0be1e21930ef502a7d69c49ad585d0b2b2bb6Luke Smith# See the License for the specific language governing permissions
e8f0be1e21930ef502a7d69c49ad585d0b2b2bb6Luke Smith# and limitations under the License.
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith#
0689f4ed62fe223408b1b4a26bd7d1699df51d1cLuke Smith# When distributing Covered Code, include this CDDL HEADER in each
e7eae9b3ca0194e8c08f10b485269a2cdb28b450Luke Smith# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
include ../Makefile.lib
SUBDIRS= $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
install_h := TARGET= install_h
lint := TARGET= lint
HDRDIR= common
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
install_h: $(ROOTHDRS)
check: $(CHECKHDRS)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../Makefile.targ