xref: /freebsd/usr.bin/hexdump/Makefile (revision dc12be52584a604d0444341077b89a56d670609f)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2dc12be52SRuslan Ermilov# $FreeBSD$
39b50d902SRodney W. Grimes
49b50d902SRodney W. GrimesPROG=	hexdump
59b50d902SRodney W. GrimesSRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
6dc12be52SRuslan ErmilovMAN=	hexdump.1 od.1
738d54d33SJoerg WunschMLINKS=	hexdump.1 hd.1
89b50d902SRodney W. GrimesLINKS=	${BINDIR}/hexdump ${BINDIR}/od
938d54d33SJoerg WunschLINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
109b50d902SRodney W. Grimes
119b50d902SRodney W. Grimes.include <bsd.prog.mk>
12