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