0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# CDDL HEADER START
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# The contents of this file are subject to the terms of the
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Common Development and Distribution License (the "License").
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You may not use this file except in compliance with the License.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# or http://www.opensolaris.org/os/licensing.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# See the License for the specific language governing permissions
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# and limitations under the License.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# When distributing Covered Code, include this CDDL HEADER in each
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# If applicable, add the following below this CDDL HEADER, with the
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# fields enclosed by brackets "[]" replaced with your own identifying
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# information: Portions Copyright [yyyy] [name of copyright owner]
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# CDDL HEADER END
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Copyright (c) 2013 Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills# Use is subject to license terms.
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills#
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsinclude ../Makefile.lib
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary MillsSUBDIRS= $(MACH)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills$(BUILD64)SUBDIRS += $(MACH64)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsall := TARGET= all
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsinstall := TARGET= install
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsclean := TARGET= clean
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsclobber := TARGET= clobber
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millslint := TARGET= lint
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills.KEEP_STATE:
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Millsall install clean clobber lint: $(SUBDIRS)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills$(SUBDIRS): FRC
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills @cd $@; pwd; $(MAKE) $(TARGET)
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary Mills
0a1278f26ea4b7c8c0285d4f2d6c5b680904aa01Gary MillsFRC: