diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2003-11-20 23:23:10 +0000 |
commit | 2ee732eaeeed10b5fab41f27f0d2e90cc2286d86 (patch) | |
tree | 99de8655ffbb7f0e8158d993b7e3153167883291 /libexec/ftp-proxy/Makefile | |
parent | 9bfb32fcb85b8cd467e4de8f4df1df52ade09c8b (diff) |
remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired.
ok millert@, henning@, david@
Diffstat (limited to 'libexec/ftp-proxy/Makefile')
-rw-r--r-- | libexec/ftp-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile index 4a8855fb0ff..76eb9ec5a9e 100644 --- a/libexec/ftp-proxy/Makefile +++ b/libexec/ftp-proxy/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2003/01/23 23:15:16 djm Exp $ +# $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftp-proxy -CFLAGS+=-Wall -Werror +CFLAGS+=-Wall SRCS= ftp-proxy.c getline.c util.c MAN= ftp-proxy.8 |