force NOLINT, because it's not so useful on groff, since groff is

written mostly in c++ and lint doesn't understand c++.
This commit is contained in:
cgd 1996-12-20 16:33:32 +00:00
parent c6e901c459
commit 18efe6efb8

View File

@ -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.