Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney#
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# CDDL HEADER START
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney#
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# The contents of this file are subject to the terms of the
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# Common Development and Distribution License, Version 1.0 only
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# (the "License"). You may not use this file except in compliance
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# with the License.
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney#
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# or http://www.opensolaris.org/os/licensing.
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# See the License for the specific language governing permissions
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# and limitations under the License.
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney#
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# When distributing Covered Code, include this CDDL HEADER in each
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# If applicable, add the following below this CDDL HEADER, with the
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# fields enclosed by brackets "[]" replaced with your own identifying
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney# information: Portions Copyright [yyyy] [name of copyright owner]
fb1ecdf65fd4106deb62da339763f2e7670ca0f6Matt Sweeney#
# CDDL HEADER END
#
#
# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
.KEEP_STATE:
all clean clobber install lint:
@echo "Nothing to $@ on amd64"