diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-25 10:35:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-10-25 10:35:48 +0000 |
commit | 702463d8972405e1c72ade6ec93a698c1eb730f0 (patch) | |
tree | c0e092b1736608b423ada9bb0823663781241e6b /lang | |
parent | Port of SWI-Prolog. (diff) |
Activated SWI-Prolog port.
Notes
Notes:
svn path=/head/; revision=4156
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 825b5367e35a..c3bf19084e70 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.53 1996/10/05 20:19:19 max Exp $ +# $Id: Makefile,v 1.54 1996/10/17 02:38:23 jfitz Exp $ # SUBDIR += Gofer @@ -30,6 +30,7 @@ SUBDIR += schemetoc SUBDIR += scm SUBDIR += smalltalk + SUBDIR += swi-pl SUBDIR += tcl SUBDIR += tcl74 SUBDIR += tcl75 |