diff options
| author | Mark Murray <markm@FreeBSD.org> | 2002-03-17 10:00:56 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2002-03-17 10:00:56 +0000 |
| commit | 81ebb8b09456889ebe6d90e1af4bd8d384d2c67c (patch) | |
| tree | 61309ac90c452abe98ef96c9d923601f0d337464 | |
| parent | bb791077c7ef53f7a440fd5f4d54850872930b23 (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/Makefile b/usr.bin/xlint/Makefile index 8aab02ed02ee..3f935c68ae82 100644 --- a/usr.bin/xlint/Makefile +++ b/usr.bin/xlint/Makefile @@ -1,7 +1,7 @@ # $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 |
