xref: /freebsd/usr.bin/hexdump/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <src.opts.mk>
2
3PROG=	hexdump
4SRCS=	conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
5MAN=	hexdump.1 od.1
6MLINKS=	hexdump.1 hd.1
7LINKS=	${BINDIR}/hexdump ${BINDIR}/od
8LINKS+=	${BINDIR}/hexdump ${BINDIR}/hd
9
10HAS_TESTS=
11SUBDIR.${MK_TESTS}+= tests
12
13.include <bsd.prog.mk>
14