blob: d3ab32400c0524f3b3c1c88770aa37cc78e9fc70 (
plain)
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
46
47
|
# $NetBSD: Makefile,v 1.28 1999/08/24 21:27:18 tron Exp $
# FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp
#
# SUBDIR += aftp
SUBDIR += atari800
SUBDIR += bochs
# SUBDIR += bsvc
SUBDIR += compat12
SUBDIR += compat13
# SUBDIR += cpmemu
# SUBDIR += cpmtools
SUBDIR += doscmd
# SUBDIR += fmsx
# SUBDIR += hfs
# SUBDIR += ines
SUBDIR += linux_lib
# SUBDIR += macutils
# SUBDIR += mastergear
# SUBDIR += mtools
SUBDIR += pcemu
# SUBDIR += prodosemu
# SUBDIR += sim6811
SUBDIR += simh
SUBDIR += spim
SUBDIR += stella
SUBDIR += suse_base
SUBDIR += suse_compat
SUBDIR += suse_devel
SUBDIR += suse_libc5
SUBDIR += suse_linux
SUBDIR += suse_x11
SUBDIR += suse_xforms
# SUBDIR += tkhfs
SUBDIR += uae
# SUBDIR += vgb
SUBDIR += vice
# SUBDIR += vmsbackup
SUBDIR += wine
SUBDIR += wine-current
# SUBDIR += x48
SUBDIR += xcopilot
# SUBDIR += xgs
SUBDIR += xmame
SUBDIR += xmess
.include "../mk/bsd.pkg.subdir.mk"
|