diff options
| author | christos <christos@NetBSD.org> | 2021-12-15 13:28:29 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2021-12-15 13:28:29 +0000 |
| commit | 33498be60b4e82cf129a24d0da3dd4d4e038eff3 (patch) | |
| tree | 54cbfbe7d9047b1d2038890247b992acc351835c /external | |
| parent | 1f0f09b258dfa471ae2500c97a2072aa56d058e4 (diff) | |
no lint (c++)
Diffstat (limited to 'external')
| -rw-r--r-- | external/gpl3/gcc/usr.bin/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/external/gpl3/gcc/usr.bin/Makefile.inc b/external/gpl3/gcc/usr.bin/Makefile.inc index 6331230301d..be35b18ff55 100644 --- a/external/gpl3/gcc/usr.bin/Makefile.inc +++ b/external/gpl3/gcc/usr.bin/Makefile.inc @@ -1,8 +1,9 @@ -# $NetBSD: Makefile.inc,v 1.33 2021/04/12 00:05:56 mrg Exp $ +# $NetBSD: Makefile.inc,v 1.34 2021/12/15 13:28:29 christos Exp $ .ifndef _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_ _EXTERNAL_GPL3_GCC_USR_BIN_MAKEFILE_INC_=1 +NOLINT=yes NOCTF= # defined .include <bsd.init.mk> |
