-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
43 lines (41 loc) · 912 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# $OpenBSD: Makefile,v 1.57 2011/04/05 15:28:24 naddy Exp $
SUBDIR =
SUBDIR += BasiliskII
SUBDIR += bochs
SUBDIR += bochs,debug
SUBDIR += coldfire
SUBDIR += dosbox
SUBDIR += dynagen
SUBDIR += dynamips
SUBDIR += fedora
SUBDIR += frodo
SUBDIR += fuse
SUBDIR += fuse-utils
SUBDIR += gambatte
SUBDIR += generator
SUBDIR += gns3
SUBDIR += gxemul
SUBDIR += ines
SUBDIR += kqemu
SUBDIR += mastergear
SUBDIR += mednafen
SUBDIR += qemu-old
SUBDIR += qemu
SUBDIR += pcsxr
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 += yabause
SUBDIR += zsnes
.include <bsd.port.subdir.mk>