summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/mail.local/Makefile')
-rw-r--r--libexec/mail.local/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile
index ea539a6..10371e4 100644
--- a/libexec/mail.local/Makefile
+++ b/libexec/mail.local/Makefile
@@ -2,7 +2,9 @@
PROG= mail.local
MAN8= mail.local.8
-# CFLAGS+= -DEXTRA_SAFETY
+.if defined(DONT_FSYNC)
+CFLAGS+= -DDONT_FSYNC
+.endif
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
OpenPOWER on IntegriCloud