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