diff options
Diffstat (limited to 'usr.sbin/sendmail/mail.local/Makefile')
-rw-r--r-- | usr.sbin/sendmail/mail.local/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/mail.local/Makefile b/usr.sbin/sendmail/mail.local/Makefile index e8556d8ea5c6..86579d799053 100644 --- a/usr.sbin/sendmail/mail.local/Makefile +++ b/usr.sbin/sendmail/mail.local/Makefile @@ -1,9 +1,10 @@ # @(#)Makefile 8.1 (Berkeley) 7/19/93 PROG= mail.local -MAN8= mail.local.0 +MAN8= mail.local.8 BINOWN= root BINMODE=4555 INSTALLFLAGS=-fschg +BINDIR= /usr/libexec .include <bsd.prog.mk> |