openbsd-ports/emulators/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

41 lines
847 B
Makefile

# $OpenBSD: Makefile,v 1.50 2010/02/01 17:00:13 espie Exp $
SUBDIR =
SUBDIR += BasiliskII
SUBDIR += bochs
SUBDIR += bochs,debug
SUBDIR += coldfire
SUBDIR += dosbox
SUBDIR += dynagen
SUBDIR += dynamips
SUBDIR += fedora
SUBDIR += freebsd_lib
SUBDIR += frodo
SUBDIR += fuse
SUBDIR += fuse-utils
SUBDIR += generator
SUBDIR += gns3
SUBDIR += gxemul
SUBDIR += ines
SUBDIR += kqemu
SUBDIR += mastergear
SUBDIR += qemu
SUBDIR += redhat
SUBDIR += sdlmame
SUBDIR += sdlmess
SUBDIR += simh
SUBDIR += snes9x
SUBDIR += spectemu
SUBDIR += spim
SUBDIR += stella
SUBDIR += uae
SUBDIR += vba
SUBDIR += vgb
SUBDIR += x48
SUBDIR += xcopilot
SUBDIR += xhomer
SUBDIR += xmame
SUBDIR += zsnes
.include <bsd.port.subdir.mk>