Makefile revision 1.8
11.1Sthorpej# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 21.8Seeh# $NetBSD: Makefile,v 1.8 1999/01/17 20:02:29 eeh 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.1SthorpejBINGRP= kmem 111.1SthorpejBINMODE=2555 121.1Sthorpej 131.6StvSRCS= eehandlers.c getdate.y main.c 141.1Sthorpej 151.8Seeh.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" 161.1SthorpejSRCS+= ophandlers.c 171.1SthorpejDPADD= ${LIBKVM} 181.1SthorpejLDADD= -lkvm 191.1Sthorpej.endif 201.2Smrg.endif 211.2Smrg 221.2SmrgMAN= eeprom.8 231.1Sthorpej 241.1Sthorpej.include <bsd.prog.mk> 25