From fd2f6a9b16527522d854def4bbdfaea0fc248f90 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Thu, 1 May 2003 20:35:30 +0000 Subject: [PATCH] Fixed the MLINKS assignment style. --- sbin/dump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/dump/Makefile b/sbin/dump/Makefile index 5d958dbd3a0..d758d2ecdba 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