diff options
author | markm <markm@FreeBSD.org> | 2002-03-17 10:00:56 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2002-03-17 10:00:56 +0000 |
commit | 476738c7e694d584b48165f22f5def3cbad868b5 (patch) | |
tree | 61309ac90c452abe98ef96c9d923601f0d337464 /usr.bin/xlint | |
parent | 1a8580a68dfa7488db66ed91b3d59954cce4107f (diff) | |
download | FreeBSD-src-476738c7e694d584b48165f22f5def3cbad868b5.zip FreeBSD-src-476738c7e694d584b48165f22f5def3cbad868b5.tar.gz |
Build lint libraries.
Diffstat (limited to 'usr.bin/xlint')
-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 8aab02e..3f935c6 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 |