Prepare for lang/ ports

This commit is contained in:
niklas 1997-12-02 10:58:17 +00:00
parent 8cd8ab3da4
commit b19481f283
2 changed files with 67 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 1997/12/02 10:38:24 niklas Exp $
# $OpenBSD: Makefile,v 1.6 1997/12/02 10:58:17 niklas Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
@ -19,7 +19,7 @@ SUBDIR += games
SUBDIR += graphics
#SUBDIR += japanese
#SUBDIR += korean
#SUBDIR += lang
SUBDIR += lang
SUBDIR += mail
#SUBDIR += math
#SUBDIR += mbone

65
lang/Makefile Normal file
View File

@ -0,0 +1,65 @@
# $openBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
# $FreeBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
#
# SUBDIR += Gofer
# SUBDIR += STk
# SUBDIR += Sather
# SUBDIR += atlast
# SUBDIR += bwbasic
# SUBDIR += cim
# SUBDIR += cmucl
# SUBDIR += eiffel
# SUBDIR += elk
# SUBDIR += eperl
# SUBDIR += expect
# SUBDIR += forth
# SUBDIR += g77
# SUBDIR += gcl
# SUBDIR += gnat
# SUBDIR += guavac
# SUBDIR += guile
# SUBDIR += hugs
# SUBDIR += icon
# SUBDIR += idl4
# SUBDIR += itcl
# SUBDIR += javac_netscape
# SUBDIR += jdk
# SUBDIR += kaffe
# SUBDIR += lcc
# SUBDIR += logo
# SUBDIR += mit-scheme
# SUBDIR += mixal
# SUBDIR += mocka
# SUBDIR += modula-3
# SUBDIR += modula-3-lib
# SUBDIR += modula-3-socks
# SUBDIR += moscow_ml
# SUBDIR += objc
# SUBDIR += ocaml
# SUBDIR += p2c
# SUBDIR += p5-Tcl
# SUBDIR += p5-ePerl
# SUBDIR += pbasic
# SUBDIR += perl5
# SUBDIR += pgcc
# SUBDIR += pgcc-current
# SUBDIR += python
# SUBDIR += rexx-imc
# SUBDIR += ruby
# SUBDIR += scheme48
# SUBDIR += schemetoc
# SUBDIR += scm
# SUBDIR += smalltalk
# SUBDIR += squeak
# SUBDIR += sr
# SUBDIR += swi-pl
# SUBDIR += tcl75
# SUBDIR += tcl76
# SUBDIR += tcl80
# SUBDIR += tclX75
# SUBDIR += tclplugin
# SUBDIR += xpl
# SUBDIR += yorick
.include <bsd.port.subdir.mk>