diff options
author | obache <obache@pkgsrc.org> | 2007-05-24 16:25:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-05-24 16:25:03 +0000 |
commit | 6cf23373a19b9a5455e8df02acef220864c6e42c (patch) | |
tree | 864bbd1011f64974c8b35e198d693b42c3ceb86a /devel | |
parent | 58d6e415817948940e21e1ecc5fc355d122cb52c (diff) | |
download | pkgsrc-6cf23373a19b9a5455e8df02acef220864c6e42c.tar.gz |
Added ucpp.
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 0a0397520e4..a4e221d54c4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.855 2007/05/21 20:48:41 reed Exp $ +# $NetBSD: Makefile,v 1.856 2007/05/24 16:25:03 obache Exp $ # COMMENT= Development utilities @@ -754,6 +754,7 @@ SUBDIR+= treecc SUBDIR+= trio SUBDIR+= tvision SUBDIR+= ucl +SUBDIR+= ucpp SUBDIR+= unidiff SUBDIR+= uno SUBDIR+= valgrind |