diff options
author | mjl <mjl@pkgsrc.org> | 2002-11-27 14:40:18 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2002-11-27 14:40:18 +0000 |
commit | c8a93caeb93f9705c7f45c268674b215c271bb09 (patch) | |
tree | 39eb828a3b2e346b5d23eb7d9432f241968930e3 /devel | |
parent | 0353b22f3d663ba7a15bbbba340ee93a411c2315 (diff) | |
download | pkgsrc-c8a93caeb93f9705c7f45c268674b215c271bb09.tar.gz |
Enable splint
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 4ec77fd59ba..59e2a012303 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.353 2002/11/24 09:31:25 jdolecek Exp $ +# $NetBSD: Makefile,v 1.354 2002/11/27 14:40:18 mjl Exp $ # COMMENT= Development utilities @@ -336,6 +336,7 @@ SUBDIR+= slib SUBDIR+= sml-mode SUBDIR+= smpeg SUBDIR+= spiff +SUBDIR+= splint SUBDIR+= st SUBDIR+= stlport SUBDIR+= stooop |