From 84072d95a34b6971765837fbfdd181b032dc50ea Mon Sep 17 00:00:00 2001 From: markm Date: Wed, 25 Sep 2002 09:55:20 +0000 Subject: Avoid linting GNU contrib'ed stuff, even if the build engineer asked for it (via WANT_LINT). It's Just Too Noisy. --- gnu/Makefile.inc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gnu/Makefile.inc (limited to 'gnu/Makefile.inc') diff --git a/gnu/Makefile.inc b/gnu/Makefile.inc new file mode 100644 index 0000000..63395eb --- /dev/null +++ b/gnu/Makefile.inc @@ -0,0 +1,6 @@ +# $FreeBSD$ + +# Do not lint the GNU stuff. It is all externally maintained and +# lint output is wasteful noise here. + +NOLINT= true -- cgit v1.1