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

This commit is contained in:
Stephen McKay 1996-12-17 14:28:09 +00:00
parent 2e3db6fbe0
commit aded5373e9

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>