aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rmail')
-rw-r--r--bin/rmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rmail/Makefile b/bin/rmail/Makefile
index e4e4ef420e13..87cd9cccc3a6 100644
--- a/bin/rmail/Makefile
+++ b/bin/rmail/Makefile
@@ -8,7 +8,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
PROG= rmail
SRCS= rmail.c
-MAN8= rmail.8
+MAN= rmail.8
CFLAGS+=-I${SENDMAIL_DIR}/include
.if exists(${.OBJDIR}/../../lib/libsmutil)