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 /usr.bin | |
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 'usr.bin')
-rw-r--r-- | usr.bin/radioctl/Makefile | 4 | ||||
-rw-r--r-- | usr.bin/unifdef/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/radioctl/Makefile b/usr.bin/radioctl/Makefile index ecf97857c6c..d625ebe2634 100644 --- a/usr.bin/radioctl/Makefile +++ b/usr.bin/radioctl/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 2002/01/22 22:09:28 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 2003/11/20 23:23:09 avsm Exp $ PROG= radioctl -CFLAGS+=-Wall -Werror +CFLAGS+=-Wall .include <bsd.prog.mk> diff --git a/usr.bin/unifdef/Makefile b/usr.bin/unifdef/Makefile index b7bb2c90633..9e47e467b2f 100644 --- a/usr.bin/unifdef/Makefile +++ b/usr.bin/unifdef/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.5 2002/12/02 07:18:50 deraadt Exp $ +# $OpenBSD: Makefile,v 1.6 2003/11/20 23:23:09 avsm Exp $ PROG= unifdef -COPTS+= -Wall -Werror +COPTS+= -Wall .include <bsd.prog.mk> |