Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase#
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# CDDL HEADER START
c3a6c336056933aaedbf12520434a95a9ce1ea5cJulian Kornberger#
c3a6c336056933aaedbf12520434a95a9ce1ea5cJulian Kornberger# The contents of this file are subject to the terms of the
b27c7f227c8516589a2bd127c0f74338cf56f0b2Julian Kornberger# Common Development and Distribution License, Version 1.0 only
c3a6c336056933aaedbf12520434a95a9ce1ea5cJulian Kornberger# (the "License"). You may not use this file except in compliance
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# with the License.
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase#
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# or http://www.opensolaris.org/os/licensing.
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# See the License for the specific language governing permissions
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase# and limitations under the License.
35064a1f4f9ff7fe94e6712767cd91a8e79a47b7Tim Reddehase#
c3a6c336056933aaedbf12520434a95a9ce1ea5cJulian Kornberger# When distributing Covered Code, include this CDDL HEADER in each
# 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 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"