diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:23:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-03 03:23:56 +0000 |
commit | 23ea35436da5d25319d192e7a2564003c09033af (patch) | |
tree | 5a314e9484f59ad88b7b908614760a9234dafe4e /devel | |
parent | Initial import of tclGetOpts version 1.0. (diff) |
Add the bison, libgnugetopt, and tclgetopts ports.
Notes
Notes:
svn path=/head/; revision=18388
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b62daeb4410b..c3284271a45f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.176 1999/05/01 01:15:40 taoka Exp $ +# $Id: Makefile,v 1.177 1999/05/01 03:36:27 steve Exp $ # SUBDIR += ElectricFence @@ -13,6 +13,7 @@ SUBDIR += autoconf SUBDIR += automake SUBDIR += bcc + SUBDIR += bison SUBDIR += boehm-gc SUBDIR += cccc SUBDIR += cflow @@ -64,6 +65,7 @@ SUBDIR += libdlmalloc SUBDIR += libffi SUBDIR += libgetline + SUBDIR += libgnugetopt SUBDIR += libgtop SUBDIR += libicq SUBDIR += libmalloc @@ -145,6 +147,7 @@ SUBDIR += swarm SUBDIR += tclcheck SUBDIR += tclcl + SUBDIR += tclgetopts SUBDIR += tkcvs SUBDIR += tkref SUBDIR += tvision |