Use WARNS=2 (the previous WARN=4 was incorrect and ignored).

This commit is contained in:
matt 2012-03-21 05:36:24 +00:00
parent 6fb2a3179f
commit 5d04d368b8

View File

@ -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