Makefile revision 1.2
11.1Sthorpej# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 21.2Smrg# $NetBSD: Makefile,v 1.2 1997/06/23 04:51:21 mrg Exp $ 31.1Sthorpej 41.2Smrg.if ${MACHINE} == "sun3" || ${MACHINE} == "sparc" 51.1SthorpejPROG= eeprom 61.1Sthorpej 71.1SthorpejBINGRP= kmem 81.1SthorpejBINMODE=2555 91.1Sthorpej 101.1SthorpejSRCS= eehandlers.c getdate.c main.c 111.1Sthorpej 121.1Sthorpej.if ${MACHINE} == "sparc" 131.1SthorpejSRCS+= ophandlers.c 141.1SthorpejDPADD= ${LIBKVM} 151.1SthorpejLDADD= -lkvm 161.1Sthorpej.endif 171.1Sthorpej 181.1SthorpejCLEANFILES+=getdate.c y.tab.h 191.2Smrg.endif 201.2Smrg 211.2SmrgMAN= eeprom.8 221.1Sthorpej 231.1Sthorpej.include <bsd.prog.mk> 24