diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-05 23:33:27 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-05 23:33:27 +0000 |
commit | 123d81521522aac7a46f8685e27915eb4dae8d35 (patch) | |
tree | f706523d7c6de5e2bb82f40443d06adfb01bd7ee /emulators | |
parent | a533c2b15752271ac74cfa8fea51ffe692ee888d (diff) | |
download | ports-123d81521522aac7a46f8685e27915eb4dae8d35.tar.gz ports-123d81521522aac7a46f8685e27915eb4dae8d35.zip |
- Sort category Makefiles
Inspired by: Jason Harris <jharris@widomaker.com>
Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
Notes
Notes:
svn path=/head/; revision=200970
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 7dbc93e18b48..d3121beb436c 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -72,15 +72,15 @@ SUBDIR += linux-vmware-toolbox5 SUBDIR += linux-vmware-toolbox6 SUBDIR += linux-winetools - SUBDIR += linux_dist-gentoo-stage1 - SUBDIR += linux_dist-gentoo-stage2 - SUBDIR += linux_dist-gentoo-stage3 SUBDIR += linux_base-fc4 SUBDIR += linux_base-fc6 SUBDIR += linux_base-fc7 SUBDIR += linux_base-gentoo-stage1 SUBDIR += linux_base-gentoo-stage2 SUBDIR += linux_base-gentoo-stage3 + SUBDIR += linux_dist-gentoo-stage1 + SUBDIR += linux_dist-gentoo-stage2 + SUBDIR += linux_dist-gentoo-stage3 SUBDIR += lisaem SUBDIR += loemu SUBDIR += m2000 @@ -121,8 +121,8 @@ SUBDIR += rtc SUBDIR += sdlmame SUBDIR += sdlmess - SUBDIR += simh SUBDIR += sim6811 + SUBDIR += simh SUBDIR += ski SUBDIR += skyeye SUBDIR += snes9express |