summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2018-05-23 12:51:42 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2018-05-23 12:51:42 +0000
commit5a6594d53d42566a14b4836c0739fb1d29f25be8 (patch)
tree17bd2a00da08555dc8518828a27c6643122f2b87 /usr.sbin/smtpd
parent4cdcce5569f8d8b7b310b8b85ab68977c8502937 (diff)
Do not override the default BINMODE 555 with 111.
ok gilles
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/mail/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/mail/Makefile b/usr.sbin/smtpd/mail/Makefile
index 98ab5146cc2..8ac3eb0a7a4 100644
--- a/usr.sbin/smtpd/mail/Makefile
+++ b/usr.sbin/smtpd/mail/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2018/05/14 17:10:21 gilles Exp $
+# $OpenBSD: Makefile,v 1.7 2018/05/23 12:51:41 tb Exp $
.PATH: ${.CURDIR}/..
PROGS= mail.lmtp mail.maildir mail.mda
@@ -7,7 +7,6 @@ MAN= mail.lmtp.8 mail.maildir.8 mail.mda.8
BINOWN= root
BINGRP= wheel
-BINMODE?= 0111
BINDIR= /usr/libexec