summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-09-29 04:17:24 +0000
committerjoerg <joerg@FreeBSD.org>1996-09-29 04:17:24 +0000
commitf811c2ec39553f42bda2f64680e9265c11bbe9c0 (patch)
tree44e230e0786971b2d8e32d917a906bd00e1a6bfa /usr.bin/hexdump/Makefile
parentee17503232540c096ddf2ea94afbeb499820c8c0 (diff)
downloadFreeBSD-src-f811c2ec39553f42bda2f64680e9265c11bbe9c0.zip
FreeBSD-src-f811c2ec39553f42bda2f64680e9265c11bbe9c0.tar.gz
Now that we've already got "hexdump -C", make calling the command "hd"
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
Diffstat (limited to 'usr.bin/hexdump/Makefile')
-rw-r--r--usr.bin/hexdump/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile
index 1e0543b..24ad198 100644
--- a/usr.bin/hexdump/Makefile
+++ b/usr.bin/hexdump/Makefile
@@ -3,6 +3,8 @@
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>
OpenPOWER on IntegriCloud