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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20591

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>