Makefile revision 1.10
11.1Sthorpej# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 21.10Smrg# $NetBSD: Makefile,v 1.10 2002/07/19 02:26:40 mrg Exp $ 31.1Sthorpej 41.8Seeh.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" \ 51.8Seeh || ${MACHINE} == "sparc64" 61.1SthorpejPROG= eeprom 71.1Sthorpej 81.7SlukemYPREFIX=getdate_ 91.3Sthorpej 101.9SmrgSRCS= getdate.y main.c 111.1Sthorpej 121.8Seeh.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" 131.1SthorpejSRCS+= ophandlers.c 141.1Sthorpej.endif 151.10Smrg.if ${MACHINE_ARCH} != "sparc64" 161.9SmrgSRCS+= eehandlers.c 171.9Smrg.endif 181.9Smrg 191.2Smrg.endif 201.2Smrg 211.2SmrgMAN= eeprom.8 221.1Sthorpej 231.1Sthorpej.include <bsd.prog.mk> 24