xref: /freebsd/usr.bin/hexdump/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1b5ddde39SKyle Evans.include <src.opts.mk>
2b5ddde39SKyle Evans
39b50d902SRodney W. GrimesPROG=	hexdump
49b50d902SRodney W. GrimesSRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
5dc12be52SRuslan ErmilovMAN=	hexdump.1 od.1
638d54d33SJoerg WunschMLINKS=	hexdump.1 hd.1
79b50d902SRodney W. GrimesLINKS=	${BINDIR}/hexdump ${BINDIR}/od
838d54d33SJoerg WunschLINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
99b50d902SRodney W. Grimes
10*d511b20aSEnji CooperHAS_TESTS=
114b330699SEnji CooperSUBDIR.${MK_TESTS}+= tests
12b5ddde39SKyle Evans
139b50d902SRodney W. Grimes.include <bsd.prog.mk>
14