From aded5373e9ab2f7ea6ac8b6500985ee089b0e10a Mon Sep 17 00:00:00 2001 From: Stephen McKay Date: Tue, 17 Dec 1996 14:28:09 +0000 Subject: [PATCH] Correct MLINKS, now that I know how it actually works. --- usr.sbin/ctm/ctm_rmail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/ctm/ctm_rmail/Makefile b/usr.sbin/ctm/ctm_rmail/Makefile index d6acf400a3a2..f90436814d15 100644 --- a/usr.sbin/ctm/ctm_rmail/Makefile +++ b/usr.sbin/ctm/ctm_rmail/Makefile @@ -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