summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2005-05-18 12:19:50 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2005-05-18 12:19:50 +0000
commit8d44de8fdf11b3ce370ad4c8c01f4a724e3dd3e1 (patch)
treebafe783e8d293ca31923faa1f273194a81485184 /libexec
parentf3aad9a6bb97de7f0ff40241d04c60fc6c10b558 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftp-proxy/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk>