diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-27 10:03:10 +0000 |
commit | 6c7d684cfea69345349f5eb6f075ce8ad936af33 (patch) | |
tree | a0e5003ad5e528d51da311141bbd1d4acf690e9d /bin/rmail/Makefile | |
parent | 8f1507811058ef1216eb30adb394a2c4d96f5edc (diff) | |
download | src-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/Makefile | 2 |
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) |