9 lines
159 B
Makefile
9 lines
159 B
Makefile
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
|
|
# $FreeBSD$
|
|
|
|
SUBDIR= lint1 lint2 xlint #llib
|
|
|
|
build-tools: lint1 lint2 xlint
|
|
|
|
.include <bsd.subdir.mk>
|