Cross Reference: Makefile
xref: /src/usr.sbin/eeprom/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/eeprom/
Makefile revision 1.16
11.1Sthorpej#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
21.16Snakayama#	$NetBSD: Makefile,v 1.16 2009/12/13 05:01:33 nakayama Exp $
31.1Sthorpej
41.15Sabs.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" \
51.16Snakayama	|| ${MACHINE} == "sparc" || ${MACHINE} == "sparc64" \
61.15Sabs	|| ${MACHINE} == "macppc" || ${MACHINE} == "prep"
71.1SthorpejPROG=	eeprom
81.1Sthorpej
91.13SchristosSRCS=	main.c
101.13SchristosLDADD+=-lutil
111.13SchristosDPADD+=${LIBUTIL}
121.1Sthorpej
131.16Snakayama.if ${MACHINE} == "sparc" || ${MACHINE} == "sparc64"
141.1SthorpejSRCS+=	ophandlers.c
151.1Sthorpej.endif
161.12Smacallan
171.16Snakayama.if ${MACHINE} == "sun3" || ${MACHINE} == "sun3x" || ${MACHINE} == "sparc" 
181.9SmrgSRCS+=	eehandlers.c
191.9Smrg.endif
201.9Smrg
211.12Smacallan.if ${MACHINE} == "macppc"
221.12SmacallanSRCS+=		ofhandlers.c
231.12SmacallanCPPFLAGS+=	-DUSE_OPENFIRM
241.12Smacallan.endif
251.12Smacallan
261.14Sgarbled.if ${MACHINE} == "prep"
271.14SgarbledSRCS+=		prephandlers.c
281.14SgarbledCPPFLAGS+=	-DUSE_PREPNVRAM
291.14Sgarbled.endif
301.12Smacallan
311.2Smrg.endif
321.2Smrg
331.2SmrgMAN=	eeprom.8
341.11Spetrov
351.11SpetrovCPPFLAGS+= -I${.CURDIR}
361.1Sthorpej
371.1Sthorpej.include <bsd.prog.mk>
38

Indexes created Wed Dec 31 17:09:26 GMT 2025