diff options
-rw-r--r-- | usr.bin/xlint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 7d515d4..3f935c6 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -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> |