diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-21 17:32:13 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-12-21 17:32:13 +0000 |
commit | 2cce95fba6e5ea7fa09877fd0dc720d91bbc330f (patch) | |
tree | 65655c3f725a7c6cb063775c45cebcf0b09f5350 /emulators/Makefile | |
parent | Add libidn support, configurable with the WITH/WITHOUT_LIBIDN knob. (diff) |
Add new Linux base ports with packages from Red Hat Linux 9 [1] and
SUSE Linux 9.1 [2].
PR: 75241 [1] and 75296 [2]
Submitted by: Xin Li [1], me [2]
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index b06b65ce75b4..588ffb7f6462 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -56,6 +56,8 @@ SUBDIR += linux_base-8 SUBDIR += linux_base-debian SUBDIR += linux_base-gentoo-stage1 + SUBDIR += linux_base-rh-9 + SUBDIR += linux_base-suse-9.1 SUBDIR += mastergear SUBDIR += minivmac SUBDIR += mips64emul |