summaryrefslogtreecommitdiffstats
path: root/sbin/dump
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-01 20:35:30 +0000
committerru <ru@FreeBSD.org>2003-05-01 20:35:30 +0000
commit82fa70c0650623841c65a003c628a36b05ed50f4 (patch)
tree6a7f65626fd5539aa8b113e4630a96fd2d776faf /sbin/dump
parentc51ae09b82c6938c30e4aaba3ea20b3fec474081 (diff)
downloadFreeBSD-src-82fa70c0650623841c65a003c628a36b05ed50f4.zip
FreeBSD-src-82fa70c0650623841c65a003c628a36b05ed50f4.tar.gz
Fixed the MLINKS assignment style.
Diffstat (limited to 'sbin/dump')
-rw-r--r--sbin/dump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile
index 5d958db..d758d2e 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>
OpenPOWER on IntegriCloud