aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/faithd/Makefile')
-rw-r--r--usr.sbin/faithd/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/faithd/Makefile b/usr.sbin/faithd/Makefile
index e1898ed333a4..dec45b9645b0 100644
--- a/usr.sbin/faithd/Makefile
+++ b/usr.sbin/faithd/Makefile
@@ -20,4 +20,6 @@ SRCS= faithd.c tcp.c ftp.c prefix.c
CFLAGS+= -DHAVE_POLL_H
+WARNS?= 2
+
.include <bsd.prog.mk>