From 8d44de8fdf11b3ce370ad4c8c01f4a724e3dd3e1 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Wed, 18 May 2005 12:19:50 +0000 Subject: [PATCH] Switch to WARNS=2 instead of tinkering directly with CFLAGS (level 2 was picked because higher warn levels are broken for ftp-proxy at the moment). Approved by: mlaier --- libexec/ftp-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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