Add build-tools target to the description file, requisite of making

lint a build-tool.

Also re-enable llib.
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-04-24 20:20:41 +00:00
parent 1048d3c9eb
commit e41281f1d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75922

View File

@ -1,6 +1,8 @@
# $NetBSD: Makefile,v 1.2 1995/07/03 21:23:45 cgd Exp $
# $FreeBSD$
SUBDIR= lint1 lint2 xlint #llib
SUBDIR= lint1 lint2 xlint llib
build-tools: lint1 lint2 xlint
.include <bsd.subdir.mk>