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