summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormckay <mckay@FreeBSD.org>1996-12-17 14:28:09 +0000
committermckay <mckay@FreeBSD.org>1996-12-17 14:28:09 +0000
commit2545d6b35b956a03327453bf3d7a9f491b85f1fe (patch)
treeb23cbca688d96a1f91cbc862eda7600f603b0324
parent55a2226defa414e5cce3f9f8d59143f376c56ad2 (diff)
downloadFreeBSD-src-2545d6b35b956a03327453bf3d7a9f491b85f1fe.zip
FreeBSD-src-2545d6b35b956a03327453bf3d7a9f491b85f1fe.tar.gz
Correct MLINKS, now that I know how it actually works.
-rw-r--r--usr.sbin/ctm/ctm_rmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ctm/ctm_rmail/Makefile b/usr.sbin/ctm/ctm_rmail/Makefile
index d6acf40..f904368 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud