diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-22 15:44:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-22 15:44:24 +0000 |
commit | 0ae3e3a34205824b718a048a154089ba7063765c (patch) | |
tree | 7f5402fb949b5874e463bae2522c604045bf5abe /lang/Makefile | |
parent | ijliao@csie.nctu.edu.tw -> ijliao@FreeBSD.org (diff) |
add sxm, another implementation of scheme
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 6e63ae6ca74b..5144c06a982e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -129,6 +129,7 @@ SUBDIR += sr SUBDIR += starlogo SUBDIR += swi-pl + SUBDIR += sxm SUBDIR += t3x SUBDIR += tcl80 SUBDIR += tcl81-thread |