diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 02:04:42 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-18 02:04:42 +0800 |
commit | ccfe1c5429c93acff1fe7abd21561662ac26b8c4 (patch) | |
tree | 6785d976b13806c2324607469bb062b79aef8b5d /lang/Makefile | |
parent | cc02a4b33ce2ab5d0911157909bffcd1a03166d5 (diff) | |
download | freebsd-ports-gnome-ccfe1c5429c93acff1fe7abd21561662ac26b8c4.tar.gz freebsd-ports-gnome-ccfe1c5429c93acff1fe7abd21561662ac26b8c4.tar.zst freebsd-ports-gnome-ccfe1c5429c93acff1fe7abd21561662ac26b8c4.zip |
add treecc
Treecc program is designed to assist in the development of compilers
PR: 28934
Submitted by: Michael Johnson <ahze@ahze.net>
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c16bc59db5da..eda5f74b176f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -168,6 +168,7 @@ SUBDIR += tclplugin SUBDIR += tcltutor SUBDIR += tinycobol + SUBDIR += treecc SUBDIR += wamcc SUBDIR += yabasic SUBDIR += yap |