19b50d902SRodney W. Grimes# @(#)Makefile 8.1 (Berkeley) 6/6/93 2dc12be52SRuslan Ermilov# $FreeBSD$ 39b50d902SRodney W. Grimes 4*b5ddde39SKyle Evans.include <src.opts.mk> 5*b5ddde39SKyle Evans 69b50d902SRodney W. GrimesPROG= hexdump 79b50d902SRodney W. GrimesSRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c 8dc12be52SRuslan ErmilovMAN= hexdump.1 od.1 938d54d33SJoerg WunschMLINKS= hexdump.1 hd.1 109b50d902SRodney W. GrimesLINKS= ${BINDIR}/hexdump ${BINDIR}/od 1138d54d33SJoerg WunschLINKS+= ${BINDIR}/hexdump ${BINDIR}/hd 129b50d902SRodney W. Grimes 13*b5ddde39SKyle Evans.if ${MK_TESTS} != "no" 14*b5ddde39SKyle EvansSUBDIR+= tests 15*b5ddde39SKyle Evans.endif 16*b5ddde39SKyle Evans 179b50d902SRodney W. Grimes.include <bsd.prog.mk> 18