Separate out userland linting and kernel linting a bit more. This

make things a bit easier for folks using lints other than the
"base" lint.
This commit is contained in:
Mark Murray 2003-09-26 17:49:25 +00:00
parent a441e6c4c5
commit 34d8158078
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120485

View file

@ -79,6 +79,7 @@ LINT ?= lint
LINTFLAGS ?= -cghapbx
LINTKERNFLAGS ?= ${LINTFLAGS}
LINTOBJFLAGS ?= -cghapbxu -i
LINTOBJKERNFLAGS?= ${LINTOBJFLAGS}
LINTLIBFLAGS ?= -cghapbxu -C ${LIB}
MAKE ?= make