diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-05-18 12:19:50 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2005-05-18 12:19:50 +0000 |
| commit | 8d44de8fdf11b3ce370ad4c8c01f4a724e3dd3e1 (patch) | |
| tree | bafe783e8d293ca31923faa1f273194a81485184 /libexec | |
| parent | f3aad9a6bb97de7f0ff40241d04c60fc6c10b558 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ftp-proxy/Makefile | 2 |
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> |
