freebsd-dev/usr.bin/xlint/Makefile
Mark Murray 1dd991a05b If lint(1) is not "lint", don't try to lint the xlint compat-libs. A
third-party lint is probably being used.
2003-06-15 13:03:37 +00:00

13 lines
185 B
Makefile

# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
# $FreeBSD$
.if ${LINT} == "lint"
_llib= llib
.else
_llib=
.endif
SUBDIR= lint1 lint2 xlint ${_llib}
.include <bsd.subdir.mk>