freebsd-nq/usr.bin/xlint/Makefile
Jeroen Ruigrok van der Werven e41281f1d2 Add build-tools target to the description file, requisite of making
lint a build-tool.

Also re-enable llib.
2001-04-24 20:20:41 +00:00

9 lines
158 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>