openbsd-ports/lang/Makefile
espie 100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00

67 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.92 2010/02/01 17:00:13 espie Exp $
# $FreeBSD: Makefile,v 1.89 1997/11/24 09:24:06 tg Exp $
#
SUBDIR =
SUBDIR += Gofer
SUBDIR += STk
SUBDIR += antlr2
SUBDIR += arena
SUBDIR += chicken
SUBDIR += classpath
SUBDIR += clisp
SUBDIR += ecl
SUBDIR += eltclsh
SUBDIR += erlang
SUBDIR += expect
SUBDIR += expect,no_tk
SUBDIR += ezm3
SUBDIR += gawk
SUBDIR += gcc
SUBDIR += gforth
SUBDIR += ghc
SUBDIR += gprolog
SUBDIR += guile
SUBDIR += hugs
SUBDIR += icon
SUBDIR += intel2gas
SUBDIR += jamvm
SUBDIR += jikes
SUBDIR += jruby
SUBDIR += kaffe
SUBDIR += klone
SUBDIR += librep
SUBDIR += llvm-gcc4
SUBDIR += lua
SUBDIR += mawk
SUBDIR += mono
SUBDIR += mono-basic
SUBDIR += nhc98
SUBDIR += ocaml
SUBDIR += ocamlduce
SUBDIR += open-cobol
SUBDIR += otcl
SUBDIR += parrot
SUBDIR += petite-chez
SUBDIR += pfe
SUBDIR += pm3
SUBDIR += python
SUBDIR += ruby
SUBDIR += sbcl
SUBDIR += scheme-report
SUBDIR += scheme48
SUBDIR += scm
SUBDIR += scm,no_x11
SUBDIR += smlnj
SUBDIR += spidermonkey
SUBDIR += squeak
SUBDIR += swi-prolog
SUBDIR += tcl
SUBDIR += tcltutor
SUBDIR += tendra
SUBDIR += ucblogo
SUBDIR += unicon
SUBDIR += vala
.include <bsd.port.subdir.mk>