diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:49:14 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-21 05:49:14 +0000 |
commit | c17b3eedea53d2e5869951d84edd008bba54f848 (patch) | |
tree | 3c600bb372e9a273bbedc7995daee809eefa2451 /emulators | |
parent | d3ce2a4568ff2b01b5bef053c7d76124b2cf4daf (diff) | |
download | ports-c17b3eedea53d2e5869951d84edd008bba54f848.tar.gz ports-c17b3eedea53d2e5869951d84edd008bba54f848.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index fd1ece39f2a3..ad4f1bfe76ea 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zsnes SUBDIR += aftp SUBDIR += atari800 @@ -26,10 +25,10 @@ SUBDIR += hfsutils SUBDIR += ia64sim SUBDIR += ines + SUBDIR += kmamerun SUBDIR += ksnes9x SUBDIR += linux-vmware-toolbox SUBDIR += linux_base - SUBDIR += kmamerun SUBDIR += mastergear SUBDIR += mtools SUBDIR += osf1_base @@ -51,10 +50,10 @@ SUBDIR += tuxnes SUBDIR += twin SUBDIR += uae + SUBDIR += vMac SUBDIR += vgb SUBDIR += vgb-bin SUBDIR += vice - SUBDIR += vMac SUBDIR += visualos SUBDIR += vmsbackup SUBDIR += vmware @@ -71,5 +70,6 @@ SUBDIR += xpinmame SUBDIR += xsystem35 SUBDIR += xzx + SUBDIR += zsnes .include <bsd.port.subdir.mk> |