diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 18:04:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-08-17 18:04:42 +0000 |
commit | ccfe1c5429c93acff1fe7abd21561662ac26b8c4 (patch) | |
tree | 6785d976b13806c2324607469bb062b79aef8b5d /lang/Makefile | |
parent | Add forgotten emptydir which is required to create new directories (diff) |
add treecc
Treecc program is designed to assist in the development of compilers
PR: 28934
Submitted by: Michael Johnson <ahze@ahze.net>
Notes
Notes:
svn path=/head/; revision=46390
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 |