19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 29b50d902SRodney W. Grimes 39b50d902SRodney W. GrimesPROG= hexdump 49b50d902SRodney W. GrimesSRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 59b50d902SRodney W. GrimesMAN1= hexdump.0 od.0 69b50d902SRodney W. GrimesLINKS= ${BINDIR}/hexdump ${BINDIR}/od 79b50d902SRodney W. Grimes 89b50d902SRodney W. Grimes.include <bsd.prog.mk> 9