Module Name: src
Committed By: matt
Date: Wed Mar 21 05:36:24 UTC 2012
Modified Files:
src/lib/libdm: Makefile
Log Message:
Use WARNS=2 (the previous WARN=4 was incorrect and ignored).
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libdm/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libdm/Makefile
diff -u src/lib/libdm/Makefile:1.1 src/lib/libdm/Makefile:1.2
--- src/lib/libdm/Makefile:1.1 Tue Feb 8 03:20:15 2011
+++ src/lib/libdm/Makefile Wed Mar 21 05:36:24 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/02/08 03:20:15 haad Exp $
+# $NetBSD: Makefile,v 1.2 2012/03/21 05:36:24 matt Exp $
USE_FORT?= no # network protocol library
LIB= dm
@@ -6,7 +6,7 @@ LIB= dm
SRCS= libdm_ioctl.c
MAN= dm.3
-WARN= 4
+WARNS= 2
CPPFLAGS+= -I${.CURDIR}
#CFLAGS+= -g -O0