38d54d33e4
having the same effect, and install a link for this. There is historic precedence for the command hd(1) (with roughly that output format) in Xenix, SCO, and a few SysV's that tooks the idea. Also, added a couple of spaces to the -C format to make the output better readable. Ok'ed by: phk
11 lines
261 B
Makefile
11 lines
261 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= hexdump
|
|
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
|
|
MAN1= hexdump.1 od.1
|
|
MLINKS= hexdump.1 hd.1
|
|
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
|
|
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd
|
|
|
|
.include <bsd.prog.mk>
|