Makefile revision 1.11
11.1Sthorpej#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
21.11Spetrov#	$NetBSD: Makefile,v 1.11 2003/05/08 20:24:10 petrov 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.11Spetrov
231.11SpetrovCPPFLAGS+= -I${.CURDIR}
241.1Sthorpej
251.1Sthorpej.include <bsd.prog.mk>
26