Module Name: src Committed By: christos Date: Thu Sep 26 17:34:56 UTC 2019
Modified Files: src/sys/modules/procfs: Makefile Log Message: Kill WARNS = 3 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/modules/procfs/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/procfs/Makefile diff -u src/sys/modules/procfs/Makefile:1.6 src/sys/modules/procfs/Makefile:1.7 --- src/sys/modules/procfs/Makefile:1.6 Sat Mar 30 22:24:47 2019 +++ src/sys/modules/procfs/Makefile Thu Sep 26 13:34:56 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2019/03/31 02:24:47 christos Exp $ +# $NetBSD: Makefile,v 1.7 2019/09/26 17:34:56 christos Exp $ .include "../Makefile.inc" @@ -16,6 +16,4 @@ SRCS= procfs_note.c procfs_status.c proc procfs_machdep.c procfs_map.c procfs_regs.c procfs_fpregs.c \ procfs_mem.c procfs_fd.c procfs_auxv.c -WARNS= 3 - .include <bsd.kmodule.mk>