This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / hexdump / Makefile
# @(#)Makefile 5.5 (Berkeley) 3/7/91
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
MAN1= hexdump.1 od.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
.include <bsd.prog.mk>