#
#ident	"@(#)Makefile	1.3	95/02/14 SMI"
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# cmd/eeprom/sparc/sun4u/Makefile
#
# Platform specific Makefile for the eeprom command.
#
# PLATFORM is the target for the binary instalation.
#
# PLATLINKS is a list of platforms which are to be linked to this binary
#	at the file level.
#
SRCDIR		= ../..
PLATFORM	= sun4u
#PLATLINKS	= SUNW,SPARCstation-fusion

include $(SRCDIR)/Makefile.com

.KEEP_STATE:

all:	$(PROG)

include $(SRCDIR)/Makefile.targ
