diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-27 00:56:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-27 00:56:31 +0000 |
commit | fd82bfab5aebef6bc3f31e974bb73080ae71c392 (patch) | |
tree | 57edb72fb32f78cf045cc3b091b7cae384d460f7 | |
parent | Update to 2.1.8.8p1 (previous version no longer available (diff) |
share libg++ with the world
Notes
Notes:
svn path=/head/; revision=26313
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 669961e4767d..5a31724093ea 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -86,6 +86,7 @@ SUBDIR += libcii SUBDIR += libdlmalloc SUBDIR += libffi + SUBDIR += libg++ SUBDIR += libgetline SUBDIR += libgii SUBDIR += libglade |