35 lines
767 B
Makefile
35 lines
767 B
Makefile
# $NetBSD: Makefile,v 1.14 1998/09/06 23:50:28 garbled Exp $
|
|
# FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp
|
|
#
|
|
|
|
# SUBDIR += aftp
|
|
SUBDIR += bochs
|
|
# SUBDIR += bsvc
|
|
SUBDIR += compat12
|
|
# 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 += tkhfs
|
|
# SUBDIR += vgb
|
|
SUBDIR += vice
|
|
# SUBDIR += vmsbackup
|
|
SUBDIR += wine
|
|
# SUBDIR += x48
|
|
# SUBDIR += xgs
|
|
SUBDIR += xmame
|
|
SUBDIR += xmess
|
|
|
|
.include "../mk/bsd.pkg.subdir.mk"
|