diff options
author | tv <tv> | 2005-01-21 13:07:12 +0000 |
---|---|---|
committer | tv <tv> | 2005-01-21 13:07:12 +0000 |
commit | 2cfa3c4793172369fce7afa567d772143c171706 (patch) | |
tree | 6b440360c303f00d78887297aa38d5a2cb757315 /mk/platform/Interix.mk | |
parent | 23f7ee1728eadf7e15e508ed0656ed1dce02e884 (diff) | |
download | pkgsrc-2cfa3c4793172369fce7afa567d772143c171706.tar.gz |
Add NOLINT=1 for BSD-.mk based packages.
Diffstat (limited to 'mk/platform/Interix.mk')
-rw-r--r-- | mk/platform/Interix.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/platform/Interix.mk b/mk/platform/Interix.mk index 5c374bd580e..7015315e9a0 100644 --- a/mk/platform/Interix.mk +++ b/mk/platform/Interix.mk @@ -1,4 +1,4 @@ -# $NetBSD: Interix.mk,v 1.19 2005/01/21 06:14:23 tv Exp $ +# $NetBSD: Interix.mk,v 1.20 2005/01/21 13:07:12 tv Exp $ # # Variable definitions for the Interix operating system. @@ -33,7 +33,7 @@ # "catinstall" not yet supported as there's no shipped [gn]roff MANINSTALL= maninstall -MAKE_FLAGS+= MKCATPAGES=no +MAKE_FLAGS+= MKCATPAGES=no NOLINT=1 AWK?= /usr/contrib/bin/gawk BASENAME?= /bin/basename |