Module Name: src Committed By: rillig Date: Thu Sep 14 20:03:56 UTC 2023
Modified Files: src/usr.sbin/npf/npfctl: Makefile Log Message: npfctl: remove no-op NOLINT definition Setting NOLINT must be done before including <bsd.own.mk> to have an effect. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/npf/npfctl/Makefile diff -u src/usr.sbin/npf/npfctl/Makefile:1.15 src/usr.sbin/npf/npfctl/Makefile:1.16 --- src/usr.sbin/npf/npfctl/Makefile:1.15 Sat May 30 14:16:56 2020 +++ src/usr.sbin/npf/npfctl/Makefile Thu Sep 14 20:03:56 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2020/05/30 14:16:56 rmind Exp $ +# $NetBSD: Makefile,v 1.16 2023/09/14 20:03:56 rillig Exp $ .include <bsd.own.mk> @@ -17,6 +17,5 @@ LDADD+= -lnpf -lpcap -lutil -ly DPADD+= ${LIBNPF} ${LIBUTIL} ${LIBPCAP} ${LIBUTIL} ${LIBY} WARNS= 5 -NOLINT= # disabled deliberately .include <bsd.prog.mk>