19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 29b50d902SRodney W. Grimes 39b50d902SRodney W. GrimesPROG= gcore 452e7cc0aSJohn PolstraSRCS= elfcore.c gcore.c 552e7cc0aSJohn PolstraCFLAGS+=-Wall 62577a8acSBruce EvansDPADD= ${LIBKVM} 79b50d902SRodney W. GrimesLDADD= -lkvm 89b50d902SRodney W. Grimes 917917d67SRodney W. Grimes.if ${MACHINE} != "sparc" 1017917d67SRodney W. GrimesSRCS+= md-nop.c 1117917d67SRodney W. Grimes.else 1217917d67SRodney W. GrimesSRCS+= md-${MACHINDE}.c 1317917d67SRodney W. Grimes.endif 1417917d67SRodney W. Grimes 159b50d902SRodney W. Grimes.include <bsd.prog.mk> 16