diff options
| author | matt <matt@NetBSD.org> | 2012-03-21 05:38:49 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2012-03-21 05:38:49 +0000 |
| commit | c41f255bbefe2e45958c5eaf1743e0e170de702a (patch) | |
| tree | acc6b4a5ad9a4ad3b7bc13de7b42bec7d332dcd8 /lib/libform | |
| parent | 25217bd3dc66620b74b7e15080435e152ca3472e (diff) | |
These directories default to WARNS=2
Diffstat (limited to 'lib/libform')
| -rw-r--r-- | lib/libform/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libform/Makefile b/lib/libform/Makefile index 3256abdb0d2..f919518bfac 100644 --- a/lib/libform/Makefile +++ b/lib/libform/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2008/03/11 23:06:04 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2012/03/21 05:38:49 matt Exp $ # +WARNS= 2 + CPPFLAGS+=-I${.CURDIR} .if defined(DEBUG_FORMS) CFLAGS+=-gdwarf-2 |
