summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-25 12:14:02 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-25 12:14:02 +0000
commita5b245b377e518619828638097977bd28c0f531b (patch)
treeae79652a2e414b09adbf1a0e26ad4ceaa5f684c9 /lang
parentMixal is a version the assembler and interpreter for Donald Knuth's (diff)
Share mixal with the rest of the world.
Notes
Notes: svn path=/head/; revision=5089
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 ad80561b2bca..4d32dfd19f4f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.59 1996/12/04 08:03:09 obrien Exp $
+# $Id: Makefile,v 1.60 1996/12/19 00:19:07 asami Exp $
#
SUBDIR += Gofer
@@ -18,6 +18,7 @@
SUBDIR += itcl
SUBDIR += logo
SUBDIR += mit-scheme
+ SUBDIR += mixal
SUBDIR += modula-3
SUBDIR += modula-3-lib
SUBDIR += modula-3-socks