Makefile revision 1.7
11.1Sthorpej# from: @(#)Makefile 5.8 (Berkeley) 7/28/90 21.7Slukem# $NetBSD: Makefile,v 1.7 1998/11/01 03:51:16 lukem Exp $ 31.1Sthorpej 41.4Sjeremy.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" 51.1SthorpejPROG= eeprom 61.1Sthorpej 71.7SlukemYPREFIX=getdate_ 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