aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-01 20:35:30 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-01 20:35:30 +0000
commitfd2f6a9b16527522d854def4bbdfaea0fc248f90 (patch)
tree6a7f65626fd5539aa8b113e4630a96fd2d776faf /sbin
parent606402511a01bf31518a2aedd195e8397de8e7bb (diff)
Notes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/dump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 5d958dbd3a00..d758d2ecdba6 100644
--- a/sbin/dump/Makefile
+++ b/sbin/dump/Makefile
@@ -20,6 +20,6 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
WARNS= 0
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
MAN= dump.8
-MLINKS+=dump.8 rdump.8
+MLINKS= dump.8 rdump.8
.include <bsd.prog.mk>