aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
commitdc12be52584a604d0444341077b89a56d670609f (patch)
tree7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/hexdump
parent7acf4af8082faffd943110b5f2139fc2a0888a94 (diff)
downloadsrc-dc12be52584a604d0444341077b89a56d670609f.tar.gz
src-dc12be52584a604d0444341077b89a56d670609f.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74848
Diffstat (limited to 'usr.bin/hexdump')
-rw-r--r--usr.bin/hexdump/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/hexdump/Makefile b/usr.bin/hexdump/Makefile
index 24ad198b685f..4cd3cc5dc62f 100644
--- a/usr.bin/hexdump/Makefile
+++ b/usr.bin/hexdump/Makefile
@@ -1,8 +1,9 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
PROG= hexdump
SRCS= conv.c display.c hexdump.c hexsyntax.c odsyntax.c parse.c
-MAN1= hexdump.1 od.1
+MAN= hexdump.1 od.1
MLINKS= hexdump.1 hd.1
LINKS= ${BINDIR}/hexdump ${BINDIR}/od
LINKS+= ${BINDIR}/hexdump ${BINDIR}/hd