xref: /freebsd/usr.bin/hexdump/Makefile (revision 4b330699f819a81d8e34d471225143ffeb321855)
19b50d902SRodney W. Grimes#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2dc12be52SRuslan Ermilov# $FreeBSD$
39b50d902SRodney W. Grimes
4b5ddde39SKyle Evans.include <src.opts.mk>
5b5ddde39SKyle 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*4b330699SEnji CooperSUBDIR.${MK_TESTS}+= tests
14b5ddde39SKyle Evans
159b50d902SRodney W. Grimes.include <bsd.prog.mk>
16