Lint2 is broken, so disable lint for now.

This commit is contained in:
christos 2021-12-15 15:45:26 +00:00
parent 3558a17058
commit 101aeb8757
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
# $NetBSD: Makefile.xf86-driver,v 1.30 2021/12/15 15:27:30 christos Exp $
# $NetBSD: Makefile.xf86-driver,v 1.31 2021/12/15 15:45:26 christos Exp $
LIBISMODULE= yes
SHLIB_MAJOR= ${PACKAGE_MAJOR}
NOFULLRELRO= yes
LINTFLAGS+=-D__GNUC__
NOLINT=yes # XXX: lint2 is broken for most of them
.include <bsd.own.mk>
.include <bsd.x11.mk>