Makefile revision 1.6
11.1Sthorpej# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 21.6Stv# $NetBSD: Makefile,v 1.6 1998/04/09 00:32:40 tv Exp $ 31.1Sthorpej 41.4Sjeremy.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" 51.1SthorpejPROG= eeprom 61.1Sthorpej 71.3SthorpejYFLAGS+=-pgetdate_ 81.3Sthorpej 91.1SthorpejBINGRP= kmem 101.1SthorpejBINMODE=2555 111.1Sthorpej 121.6StvSRCS= eehandlers.c getdate.y main.c 131.1Sthorpej 141.1Sthorpej.if ${MACHINE} == "sparc" 151.1SthorpejSRCS+= ophandlers.c 161.1SthorpejDPADD= ${LIBKVM} 171.1SthorpejLDADD= -lkvm 181.1Sthorpej.endif 191.2Smrg.endif 201.2Smrg 211.2SmrgMAN= eeprom.8 221.1Sthorpej 231.1Sthorpej.include <bsd.prog.mk> 24