This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / usr.bin / hexdump / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.5 (Berkeley) 3/7/91
2
3PROG= hexdump
4SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
78ed81a3 5MAN1= hexdump.1 od.1
15637ed4
RG
6LINKS= ${BINDIR}/hexdump ${BINDIR}/od
7
8.include <bsd.prog.mk>