Fixed the MLINKS assignment style.

This commit is contained in:
Ruslan Ermilov 2003-05-01 20:35:30 +00:00
parent 606402511a
commit fd2f6a9b16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114456

View File

@ -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>