diff options
| author | cgd <cgd@NetBSD.org> | 1996-12-20 16:33:32 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-12-20 16:33:32 +0000 |
| commit | 18efe6efb86418caa4d33a7f3883a0695b83aa89 (patch) | |
| tree | c548edb9edbb501228060aee85a785241b2302b8 /gnu | |
| parent | c6e901c45973db6e728d2b888d63f1b58f29c073 (diff) | |
force NOLINT, because it's not so useful on groff, since groff is
written mostly in c++ and lint doesn't understand c++.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg index a837b02ee67..6121d75c5a9 100644 --- a/gnu/usr.bin/groff/Makefile.cfg +++ b/gnu/usr.bin/groff/Makefile.cfg @@ -1,10 +1,12 @@ -# $Id: Makefile.cfg,v 1.16 1996/10/14 05:24:23 cgd Exp $ +# $Id: Makefile.cfg,v 1.17 1996/12/20 16:33:32 cgd Exp $ .if defined(PROG) LDADD+= -lgnumalloc DPADD+= /usr/lib/libgnumalloc.a .endif +NOLINT= + # Paths to libraries # # DEVICES_ is defined in devices/Makefile.inc to avoid this section. |
