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