aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
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>