diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-11 22:52:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-11 22:52:31 +0000 |
commit | 678d638fba0f1dd03772cd1da4c6a11863323f18 (patch) | |
tree | b345b6d32e8b01552de7bdd029b5e803f1d020a2 /devel/Makefile | |
parent | LCLint is a tool for statically checking C programs. With minimal (diff) |
Turn on lclint
Notes
Notes:
svn path=/head/; revision=4938
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index d36f5e033d8c..8e472e0c023d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.37 1996/11/27 02:49:22 asami Exp $ +# $Id: Makefile,v 1.38 1996/12/08 22:27:01 obrien Exp $ # SUBDIR += SWIG @@ -13,6 +13,7 @@ SUBDIR += gdb SUBDIR += gmake SUBDIR += id-utils + SUBDIR += lclint SUBDIR += libdlmalloc SUBDIR += libmalloc SUBDIR += libslang |