Makefile revision ae115bc77f6fcde83175c75b4206dc2e50747966
2441N/A#
2441N/A# CDDL HEADER START
2441N/A#
2441N/A# The contents of this file are subject to the terms of the
2441N/A# Common Development and Distribution License, Version 1.0 only
2441N/A# (the "License"). You may not use this file except in compliance
2441N/A# with the License.
2441N/A#
2441N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2441N/A# or http://www.opensolaris.org/os/licensing.
2441N/A# See the License for the specific language governing permissions
2441N/A# and limitations under the License.
2441N/A#
2441N/A# When distributing Covered Code, include this CDDL HEADER in each
2441N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2441N/A# If applicable, add the following below this CDDL HEADER, with the
2441N/A# fields enclosed by brackets "[]" replaced with your own identifying
2441N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2441N/A#
2441N/A# CDDL HEADER END
2441N/A#
2441N/A#
3817N/A#ident "%Z%%M% %I% %E% SMI"
2441N/A#
2441N/A# Copyright (c) 1995,1998 by Sun Microsystems, Inc.
2441N/A# All rights reserved.
2441N/A#
2441N/A# cmd/eeprom/common/Makefile
4081N/A#
2441N/Ainclude ../../Makefile.cmd
2441N/A
2441N/APROG = eeprom
2441N/AFILEMODE = 555
4081N/AGROUP = sys
2441N/A
2441N/A.KEEP_STATE:
2441N/A
4081N/Aall install : $(ROOTUSRSBINPROG)
2899N/A
3817N/Aclean clobber : FRC
3817N/A $(RM) $(ROOTUSRSBINPROG)
3817N/A
2441N/AFRC:
2441N/A