summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-08-24 01:44:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-08-24 01:44:35 +0000
commit09f16f01f21c6358471ae88fdec88b6dc24c6d81 (patch)
tree06039d11d86ac97ed44c0f750e8dc91d640a75b2 /lang
parentPhil Cockroft's basic interpreter. Thanks, Julian! (diff)
Add pbasic.
Notes
Notes: svn path=/head/; revision=2104
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile
index c7c49b95ad95..fbe08948e3c9 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.36 1995/08/09 14:49:16 asami Exp $
+# $Id: Makefile,v 1.37 1995/08/14 08:43:23 asami Exp $
#
SUBDIR += Gofer
@@ -18,6 +18,7 @@
SUBDIR += mit-scheme
SUBDIR += p2c
SUBDIR += pTk
+ SUBDIR += pbasic
SUBDIR += perl5
SUBDIR += python
SUBDIR += scheme48