From 741b727ed3891d89b780a6d88071a89820b27c12 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 9 Aug 1995 14:49:16 +0000 Subject: [PATCH] Add bwbasic, move BROKEN stuff down in alphabetical order. --- lang/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/Makefile b/lang/Makefile index 4be7ddd12b8b..e700f2022514 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,16 +1,16 @@ -# $Id: Makefile,v 1.34 1995/07/05 14:08:49 jmz Exp $ -# -# BROKEN: expect (no package file yet) -# BROKEN: gnat (not really broken, just requires existing gnat compiler) +# $Id: Makefile,v 1.35 1995/08/08 22:11:29 jkh Exp $ # SUBDIR += Gofer SUBDIR += STk SUBDIR += Sather + SUBDIR += bwbasic SUBDIR += elk + BROKEN += expect # no package file yet SUBDIR += forth SUBDIR += g77 SUBDIR += gcl + BROKEN += gnat # not really broken, just requires existing gnat compiler SUBDIR += guile-ii SUBDIR += icon SUBDIR += itcl