diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-29 12:39:06 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-29 12:39:06 +0000 |
commit | ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653 (patch) | |
tree | e82061625c70c070639f3cb88503194bab00b4cd /lang/Makefile | |
parent | 0f0880d22861761c036cb5f707835b729437a6d9 (diff) | |
download | FreeBSD-ports-ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653.zip FreeBSD-ports-ee5a3fdda811ad26a7b0acfa2b92e8d7bdfeb653.tar.gz |
add slisp
A simple Lisp interpreter
PR: 29643
Submitted by: Patrick Li <pat@databits.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 9f668d9..094f0ca 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -148,6 +148,7 @@ SUBDIR += scriba SUBDIR += siod SUBDIR += slib + SUBDIR += slisp SUBDIR += smalleiffel SUBDIR += smalleiffel-devel SUBDIR += smalltalk |