Makefile revision b39fc4e4289e41b6fd4169d52dce8e899532554e
3885N/A#
3885N/A# CDDL HEADER START
3885N/A#
3885N/A# The contents of this file are subject to the terms of the
3885N/A# Common Development and Distribution License, Version 1.0 only
3885N/A# (the "License"). You may not use this file except in compliance
3885N/A# with the License.
3885N/A#
3885N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3885N/A# or http://www.opensolaris.org/os/licensing.
3885N/A# See the License for the specific language governing permissions
3885N/A# and limitations under the License.
3885N/A#
3885N/A# When distributing Covered Code, include this CDDL HEADER in each
3885N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3885N/A# If applicable, add the following below this CDDL HEADER, with the
3885N/A# fields enclosed by brackets "[]" replaced with your own identifying
3885N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3885N/A#
3885N/A# CDDL HEADER END
3885N/A#
3885N/A#ident "%Z%%M% %I% %E% SMI"
3885N/A#
3885N/A# Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3885N/A# Use is subject to license terms.
3885N/A#
3885N/A
3885N/APROG= fasthalt
3885N/A
3885N/Ainclude ../Makefile.ucbcmd
3885N/A
3885N/A.KEEP_STATE:
3885N/A
3885N/Aall: $(PROG)
3885N/A
3885N/Ainstall: all $(ROOTBIN) $(ROOTPROG)
3885N/A
3885N/Aclean:
3885N/A
3885N/Alint:
3885N/A
3885N/Ainclude ../Makefile.ucbtarg
3885N/A