diff options
author | agc <agc> | 1997-11-26 12:52:44 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-26 12:52:44 +0000 |
commit | ff90cf37c7068ec83f85067d428f15f35f66aef2 (patch) | |
tree | 6bfc4be532b72270ffdb878b5c6dcd1471f4fdda /emulators | |
parent | 8fd51910199757531df96594fe205c9c91f83950 (diff) | |
download | pkgsrc-ff90cf37c7068ec83f85067d428f15f35f66aef2.tar.gz |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile new file mode 100644 index 00000000000..cc7396a4a07 --- /dev/null +++ b/emulators/Makefile @@ -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> |