Correct MLINKS, now that I know how it actually works.

This commit is contained in:
mckay 1996-12-17 14:28:09 +00:00
parent d7f4368373
commit c7ae0f858b

View File

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