diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-30 07:26:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-30 07:26:32 +0000 |
commit | eb8f89e29ce63823aa5f0e3cf045d8faef530829 (patch) | |
tree | 482b3b29cc166811bda7ddc85f61fbb28160c14b /lang/Makefile | |
parent | Add patch as suggested. (diff) |
Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
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 1ca696a41fee..725740fbb228 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -15,6 +15,7 @@ SUBDIR += ccscript SUBDIR += cel SUBDIR += cim + SUBDIR += cli SUBDIR += clips SUBDIR += clisp SUBDIR += cmucl |