diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile index 4aa4684a5398..e2290011d148 100644 --- a/libexec/ftp-proxy/Makefile +++ b/libexec/ftp-proxy/Makefile @@ -7,6 +7,6 @@ MAN= ftp-proxy.8 SRCS= ftp-proxy.c getline.c util.c -CFLAGS+= -Wall -Werror +WARNS?= 2 .include