diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-03-26 14:22:12 +0000 |
commit | e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff (patch) | |
tree | 99317e3e4c34a31d62639cf2ccbaae831de513b1 /libexec/mail.local/Makefile | |
parent | 0dc44b5add5cc61d6425762fd6adf24820911ac8 (diff) | |
download | src-e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff.tar.gz src-e5b5c66bcad3c6a5639669f734a19ec37d1ed0ff.zip |
Notes
Diffstat (limited to 'libexec/mail.local/Makefile')
-rw-r--r-- | libexec/mail.local/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index a1d5fc0826de..ac04ca3af97a 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -8,6 +8,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail PROG= mail.local SRCS= mail.local.c +MAN= mail.local.8 CFLAGS+=-I${SENDMAIL_DIR}/include .if exists(${.OBJDIR}/../../lib/libsmutil) |