aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mountd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mountd/Makefile')
-rw-r--r--usr.sbin/mountd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile
index d9b363b2a6f2..308a326845e9 100644
--- a/usr.sbin/mountd/Makefile
+++ b/usr.sbin/mountd/Makefile
@@ -4,6 +4,7 @@
PROG= mountd
MAN= exports.5 netgroup.5 mountd.8
-WARNS?= 0
+WARNS?= 2
+CFLAGS+= -fno-builtin-log
.include <bsd.prog.mk>