diff options
author | mckay <mckay@FreeBSD.org> | 1996-12-17 14:28:09 +0000 |
---|---|---|
committer | mckay <mckay@FreeBSD.org> | 1996-12-17 14:28:09 +0000 |
commit | 2545d6b35b956a03327453bf3d7a9f491b85f1fe (patch) | |
tree | b23cbca688d96a1f91cbc862eda7600f603b0324 /usr.sbin/ctm/ctm_rmail | |
parent | 55a2226defa414e5cce3f9f8d59143f376c56ad2 (diff) | |
download | FreeBSD-src-2545d6b35b956a03327453bf3d7a9f491b85f1fe.zip FreeBSD-src-2545d6b35b956a03327453bf3d7a9f491b85f1fe.tar.gz |
Correct MLINKS, now that I know how it actually works.
Diffstat (limited to 'usr.sbin/ctm/ctm_rmail')
-rw-r--r-- | usr.sbin/ctm/ctm_rmail/Makefile | 3 |
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> |