diff options
| author | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-24 20:20:41 +0000 |
|---|---|---|
| committer | Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> | 2001-04-24 20:20:41 +0000 |
| commit | e41281f1d27343bd787e5e9c5b99e5064495c06e (patch) | |
| tree | 4b5aa52eee86b4fbdecd0615dc689e2492bbefa3 | |
| parent | 1048d3c9eb82825fc537bdb8ce787c55abd5a1a5 (diff) | |
Notes
| -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 7d515d4a01885..3f935c68ae824 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> |
