Makefile revision 21fb627b6c515feaa2e056538281c0584bbaf430
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# CDDL HEADER START
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# The contents of this file are subject to the terms of the
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# Common Development and Distribution License (the "License").
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# You may not use this file except in compliance with the License.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# or http://www.opensolaris.org/os/licensing.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# See the License for the specific language governing permissions
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# and limitations under the License.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# When distributing Covered Code, include this CDDL HEADER in each
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# If applicable, add the following below this CDDL HEADER, with the
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# fields enclosed by brackets "[]" replaced with your own identifying
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# information: Portions Copyright [yyyy] [name of copyright owner]
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# CDDL HEADER END
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
c77a61a72b5ecdc507d6cf104142edd371a16c84yz
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
489b7c4ab76ae8df137fbfcc2214f7baa52883a0Raymond Chen# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz# Use is subject to license terms.
c77a61a72b5ecdc507d6cf104142edd371a16c84yz#
e2c88f0c2610f16de7b639746b40dea5f3e2256eGarrett D'Amore#ident "%Z%%M% %I% %E% SMI"
e2c88f0c2610f16de7b639746b40dea5f3e2256eGarrett D'Amore
c77a61a72b5ecdc507d6cf104142edd371a16c84yzinclude $(SRC)/cmd/Makefile.cmd
c77a61a72b5ecdc507d6cf104142edd371a16c84yz
c77a61a72b5ecdc507d6cf104142edd371a16c84yzSUBDIRS = $(MACH)
c77a61a72b5ecdc507d6cf104142edd371a16c84yz$(BUILD64)SUBDIRS += $(MACH64)
c77a61a72b5ecdc507d6cf104142edd371a16c84yz
c77a61a72b5ecdc507d6cf104142edd371a16c84yzinclude ../../Makefile.subdirs
c77a61a72b5ecdc507d6cf104142edd371a16c84yz