mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Correct MLINKS, now that I know how it actually works.
This commit is contained in:
parent
2e3db6fbe0
commit
aded5373e9
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
PROG= ctm_rmail
|
||||
SRCS= ctm_rmail.c error.c
|
||||
CFLAGS+= -Wall
|
||||
MLINKS+= ctm_rmail.1 ctm_smail.1 ctm_dequeue.1
|
||||
MLINKS+= ctm_rmail.1 ctm_smail.1
|
||||
MLINKS+= ctm_rmail.1 ctm_dequeue.1
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue