summaryrefslogtreecommitdiff
path: root/emulators/Makefile
blob: 7a7cd1b2cd0213227e89515cd6f2839ce8410211 (plain) (blame)
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
44
45
# $FreeBSD$
#

    SUBDIR += aftp
    SUBDIR += atari800
    SUBDIR += bochs
    SUBDIR += bsvc
    SUBDIR += cpmemu
    SUBDIR += cpmtools
    SUBDIR += dlx
    SUBDIR += fmsx
    SUBDIR += frodo
    SUBDIR += hfs
    SUBDIR += hfsutils
    SUBDIR += ines
    SUBDIR += linux_base
    SUBDIR += linux_glide
    SUBDIR += linux_mesa
    SUBDIR += kmamerun
    SUBDIR += macutils
    SUBDIR += mastergear
    SUBDIR += mtools
    SUBDIR += pcemu
    SUBDIR += prodosemu
    SUBDIR += quasi88
    SUBDIR += sim
    SUBDIR += sim6811
    SUBDIR += snes9x
    SUBDIR += spim
    SUBDIR += stella
    SUBDIR += stonx
    SUBDIR += tkhfs
    SUBDIR += vgb
    SUBDIR += vice
    SUBDIR += vMac
    SUBDIR += vmsbackup
    SUBDIR += vpce
    SUBDIR += wine
    SUBDIR += x48
    SUBDIR += xgs
    SUBDIR += xmame
    SUBDIR += xsystem35
    SUBDIR += xzx

.include <bsd.port.subdir.mk>