mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Fixed the MLINKS assignment style.
This commit is contained in:
parent
606402511a
commit
fd2f6a9b16
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue