diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:59:47 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-09-01 05:59:47 +0000 |
commit | 7f0ab5292284b65dc2f069dd066495f025af1c9f (patch) | |
tree | f183c22bc5f5630b57c71c091e3638a8bf77b95b /devel | |
parent | 7f523f32021d9a46020b7d353915fa9631f48a88 (diff) | |
download | pkgsrc-7f0ab5292284b65dc2f069dd066495f025af1c9f.tar.gz |
Add and enable c4.
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 fd631378fa6..e6a3efce001 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.317 2002/09/01 05:53:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.318 2002/09/01 05:59:47 schmonz Exp $ # COMMENT= Development utilities @@ -34,6 +34,7 @@ SUBDIR+= bonobo-activation SUBDIR+= bonobo-conf SUBDIR+= boost SUBDIR+= c-cpp-reference +SUBDIR+= c4 SUBDIR+= cbrowser SUBDIR+= ccache SUBDIR+= cdecl |