Makefile revision 1.9
11.1Sthorpej#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
21.9Smrg#	$NetBSD: Makefile,v 1.9 2000/11/28 22:31:37 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.9Smrg.if ${MACHINE} != "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