Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
2130N/A#
2130N/A# CDDL HEADER START
2130N/A#
2130N/A# The contents of this file are subject to the terms of the
2130N/A# Common Development and Distribution License, Version 1.0 only
2130N/A# (the "License"). You may not use this file except in compliance
2130N/A# with the License.
2130N/A#
2130N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2130N/A# or http://www.opensolaris.org/os/licensing.
2130N/A# See the License for the specific language governing permissions
2130N/A# and limitations under the License.
2130N/A#
2130N/A# When distributing Covered Code, include this CDDL HEADER in each
2130N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2130N/A# If applicable, add the following below this CDDL HEADER, with the
2130N/A# fields enclosed by brackets "[]" replaced with your own identifying
2130N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2130N/A#
2130N/A# CDDL HEADER END
2130N/A#
2130N/A#
2130N/A#ident "%Z%%M% %I% %E% SMI"
2130N/A#
2130N/A# Copyright (c) 1993 by Sun Microsystems, Inc.
2130N/A#
2130N/A# cmd/eeprom/sparc/sun4u/Makefile
2130N/A#
2130N/A# Platform specific Makefile for the eeprom command.
2130N/A#
2142N/A# PLATFORM is the target for the binary instalation.
2130N/A#
2130N/A# PLATLINKS is a list of platforms which are to be linked to this binary
2130N/A# at the file level.
2130N/A#
2130N/ASRCDIR = ../..
2130N/APLATFORM = sun4u
2130N/A#PLATLINKS = SUNW,SPARCstation-fusion
2130N/A
2130N/Ainclude $(SRCDIR)/Makefile.com
2130N/A
2130N/A.KEEP_STATE:
2142N/A
2130N/Aall: $(PROG)
2130N/A
2342N/Ainclude $(SRCDIR)/Makefile.targ
2130N/A