freebsd-src/usr.bin/hexdump/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
286 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
.include <src.opts.mk>
1994-05-27 12:33:43 +00:00
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
2001-03-27 10:52:19 +00:00
MAN= hexdump.1 od.1
MLINKS= hexdump.1 hd.1
1994-05-27 12:33:43 +00:00
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
1994-05-27 12:33:43 +00:00
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>