Module Name:    src
Committed By:   christos
Date:           Thu Sep 26 18:45:00 UTC 2019

Modified Files:
        src/sys/modules/npf: Makefile

Log Message:
kill WARNS = 3


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/modules/npf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/npf/Makefile
diff -u src/sys/modules/npf/Makefile:1.24 src/sys/modules/npf/Makefile:1.25
--- src/sys/modules/npf/Makefile:1.24	Wed Jul 24 19:49:08 2019
+++ src/sys/modules/npf/Makefile	Thu Sep 26 14:45:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2019/07/24 23:49:08 rmind Exp $
+# $NetBSD: Makefile,v 1.25 2019/09/26 18:45:00 christos Exp $
 #
 # Public Domain.
 #
@@ -21,6 +21,4 @@ SRCS+=		nvlist.c nvpair.c nv_kern_netbsd
 CPPFLAGS+=	-DINET6
 CPPFLAGS+=	-I${S}/external/bsd/libnv/dist
 
-WARNS=		3
-
 .include <bsd.kmodule.mk>

Reply via email to