diff options
author | jonb <jonb@pkgsrc.org> | 2005-06-23 03:04:00 +0000 |
---|---|---|
committer | jonb <jonb@pkgsrc.org> | 2005-06-23 03:04:00 +0000 |
commit | b7949caef5cf9f2a9ed38044a9afbc543601cba7 (patch) | |
tree | fe77f5317e24c5623f678b0aaa8f97f846c11964 /lang/Makefile | |
parent | dfc9dd23514c6c295a5df20f20121dc2192763d9 (diff) | |
download | pkgsrc-b7949caef5cf9f2a9ed38044a9afbc543601cba7.tar.gz |
Updates for lang/sbcl...
Steel Bank Common Lisp (SBCL) is an Open Source complier and runtime
system for ANSI Common Lisp. It provides an interactive environment
including an integrated native compiler, a debugger, and many
extensions.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 7ce47f8f2af..70bc3af75d7 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.214 2005/05/18 22:39:00 wiz Exp $ +# $NetBSD: Makefile,v 1.215 2005/06/23 03:04:00 jonb Exp $ # COMMENT= Programming languages @@ -140,6 +140,7 @@ SUBDIR+= sablevm SUBDIR+= sablevm-classpath SUBDIR+= sablevm-classpath-gui SUBDIR+= sather +SUBDIR+= sbcl SUBDIR+= scheme48 SUBDIR+= scm SUBDIR+= siod |