summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch)
tree653f6411fbf1fe7f4e1117b460c961ac3767eddf /lang
parentAdded spider. (diff)
Convert all makefiles to new formats.
Notes
Notes: svn path=/head/; revision=2233
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile58
1 files changed, 29 insertions, 29 deletions
diff --git a/lang/Makefile b/lang/Makefile
index acd7dd37fcae..d2d747617346 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,33 +1,33 @@
-# $Id: Makefile,v 1.38 1995/08/24 01:44:35 asami Exp $
+# $Id: Makefile,v 1.39 1995/10/03 02:57:01 erich Exp $
#
- SUBDIR += Gofer
- SUBDIR += STk
- SUBDIR += Sather
- SUBDIR += bwbasic
- SUBDIR += eiffel
- 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
- SUBDIR += logo
- SUBDIR += mit-scheme
- SUBDIR += p2c
- SUBDIR += pTk
- SUBDIR += pbasic
- SUBDIR += perl5
- SUBDIR += python
- SUBDIR += scheme48
- SUBDIR += schemetoc
- SUBDIR += scm
- SUBDIR += smalltalk
- SUBDIR += tcl
- SUBDIR += tcl74
- SUBDIR += tclX
+ SUBDIR += Gofer
+ SUBDIR += STk
+ SUBDIR += Sather
+ SUBDIR += bwbasic
+ SUBDIR += eiffel
+ SUBDIR += elk
+ BROKEN += expect # no package files yet
+ SUBDIR += forth
+ SUBDIR += g77
+ SUBDIR += gcl
+ BROKEN += gnat # not really broken, just requires existing gnat compiler
+ SUBDIR += guile-ii
+ SUBDIR += icon
+ SUBDIR += itcl
+ SUBDIR += logo
+ SUBDIR += mit-scheme
+ SUBDIR += p2c
+ SUBDIR += pTk
+ SUBDIR += pbasic
+ SUBDIR += perl5
+ SUBDIR += python
+ SUBDIR += scheme48
+ SUBDIR += schemetoc
+ SUBDIR += scm
+ SUBDIR += smalltalk
+ SUBDIR += tcl
+ SUBDIR += tcl74
+ SUBDIR += tclX
.include <bsd.port.subdir.mk>