Initial import of Makefile, from FreeBSD, into NetBSD packages

collection.  This is really just a placeholder, as we don't have any
emulator packages yet.
This commit is contained in:
agc 1997-11-26 12:52:44 +00:00
parent cb6ad08447
commit 3582db3868

27
emulators/Makefile Normal file
View file

@ -0,0 +1,27 @@
# FreeBSD Id: Makefile,v 1.14 1997/07/31 07:23:58 max Exp
#
SUBDIR += aftp
SUBDIR += bsvc
SUBDIR += cpmemu
SUBDIR += cpmtools
SUBDIR += fmsx
SUBDIR += hfs
SUBDIR += ines
SUBDIR += linux_lib
SUBDIR += macutils
SUBDIR += mastergear
SUBDIR += mtools
SUBDIR += pcemu
SUBDIR += prodosemu
SUBDIR += sim6811
SUBDIR += spim
SUBDIR += stella
SUBDIR += tkhfs
SUBDIR += vgb
SUBDIR += vmsbackup
SUBDIR += wine
SUBDIR += x48
SUBDIR += xgs
.include <bsd.port.subdir.mk>