1*62032Sbostic# @(#)Makefile 8.1 (Berkeley) 06/06/93 238852Sbostic 341697SbosticPROG= hexdump 441697SbosticSRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 541697SbosticMAN1= hexdump.0 od.0 641697SbosticLINKS= ${BINDIR}/hexdump ${BINDIR}/od 738852Sbostic 841697Sbostic.include <bsd.prog.mk> 9