This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[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>