aboutsummaryrefslogtreecommitdiff
path: root/bin/rmail/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:03:10 +0000
commit6c7d684cfea69345349f5eb6f075ce8ad936af33 (patch)
treea0e5003ad5e528d51da311141bbd1d4acf690e9d /bin/rmail/Makefile
parent8f1507811058ef1216eb30adb394a2c4d96f5edc (diff)
downloadsrc-6c7d684cfea69345349f5eb6f075ce8ad936af33.tar.gz
src-6c7d684cfea69345349f5eb6f075ce8ad936af33.zip
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74845
Diffstat (limited to 'bin/rmail/Makefile')
-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)