94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync#
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# CDDL HEADER START
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync#
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# The contents of this file are subject to the terms of the
2f14f4556ae74ad40719bc9690534693abb71868vboxsync# Common Development and Distribution License (the "License").
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# You may not use this file except in compliance with the License.
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync#
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# or http://www.opensolaris.org/os/licensing.
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# See the License for the specific language governing permissions
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# and limitations under the License.
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync#
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# When distributing Covered Code, include this CDDL HEADER in each
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# If applicable, add the following below this CDDL HEADER, with the
94872a0e88ab4f38c786fcf617ddeb4b63a76957vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
78a072e1b56619e3230735ae073668311232ec94vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
78a072e1b56619e3230735ae073668311232ec94vboxsync#
78a072e1b56619e3230735ae073668311232ec94vboxsync# CDDL HEADER END
78a072e1b56619e3230735ae073668311232ec94vboxsync#
78a072e1b56619e3230735ae073668311232ec94vboxsync
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync#
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync# Use is subject to license terms.
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync#
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync#ident "%Z%%M% %I% %E% SMI"
c3d2b15ad840b405062f4c2c6b127d6fc107c7b2vboxsync
78a072e1b56619e3230735ae073668311232ec94vboxsync.KEEP_STATE:
b0c4bd49112a99f00ef48b7a8eae6fb310a62bdavboxsync
b0c4bd49112a99f00ef48b7a8eae6fb310a62bdavboxsyncall := TARGET += all
b0c4bd49112a99f00ef48b7a8eae6fb310a62bdavboxsyncclean := TARGET += clean
78a072e1b56619e3230735ae073668311232ec94vboxsyncclobber := TARGET += clobber
cc260ed3418d1fd2771d0395f818f76808b60238vboxsyncinstall := TARGET += install
78a072e1b56619e3230735ae073668311232ec94vboxsynclint := TARGET += lint
b0c4bd49112a99f00ef48b7a8eae6fb310a62bdavboxsync
cc260ed3418d1fd2771d0395f818f76808b60238vboxsyncall clean clobber install lint: $(SUBDIRS)
cc260ed3418d1fd2771d0395f818f76808b60238vboxsync
cc260ed3418d1fd2771d0395f818f76808b60238vboxsync$(SUBDIRS): FRC
cc260ed3418d1fd2771d0395f818f76808b60238vboxsync @cd $@; pwd; $(MAKE) $(TARGET)
cc260ed3418d1fd2771d0395f818f76808b60238vboxsync
cc260ed3418d1fd2771d0395f818f76808b60238vboxsyncFRC:
cc260ed3418d1fd2771d0395f818f76808b60238vboxsync