If lint(1) is not "lint", don't try to lint the xlint compat-libs. A
third-party lint is probably being used.
This commit is contained in:
parent
1d77a8e0f6
commit
e0632d72f0
@ -1,6 +1,12 @@
|
||||
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= lint1 lint2 xlint llib
|
||||
.if ${LINT} == "lint"
|
||||
_llib= llib
|
||||
.else
|
||||
_llib=
|
||||
.endif
|
||||
|
||||
SUBDIR= lint1 lint2 xlint ${_llib}
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user