summaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/npf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/npf/Makefile b/sys/modules/npf/Makefile
index 1b09e764e27..8cd02532816 100644
--- a/sys/modules/npf/Makefile
+++ b/sys/modules/npf/Makefile
@@ -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.c dnvlist.c
CPPFLAGS+= -DINET6
CPPFLAGS+= -I${S}/external/bsd/libnv/dist
-WARNS= 3
-
.include <bsd.kmodule.mk>