summaryrefslogtreecommitdiff
path: root/mk/emulator
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-01 15:20:10 +0000
committerjlam <jlam>2007-08-01 15:20:10 +0000
commit22383355098f7be397134723aec76db4363b0fbc (patch)
tree7ecf2b77726b5202550cf7e13767602a49d14401 /mk/emulator
parent544cba5c10512319f4e306360f1f24011e7bd709 (diff)
downloadpkgsrc-22383355098f7be397134723aec76db4363b0fbc.tar.gz
Remove unused _EMUL_OPSYSES.
Diffstat (limited to 'mk/emulator')
-rw-r--r--mk/emulator/emulator-vars.mk16
1 files changed, 1 insertions, 15 deletions
diff --git a/mk/emulator/emulator-vars.mk b/mk/emulator/emulator-vars.mk
index d5e89989c20..9a3d2e0a25b 100644
--- a/mk/emulator/emulator-vars.mk
+++ b/mk/emulator/emulator-vars.mk
@@ -1,4 +1,4 @@
-# $NetBSD: emulator-vars.mk,v 1.1 2007/07/29 05:19:42 jlam Exp $
+# $NetBSD: emulator-vars.mk,v 1.2 2007/08/01 15:20:10 jlam Exp $
#
# This file is included by bsd.prefs.mk only if EMUL_PLATORMS is defined
# and non-empty.
@@ -66,15 +66,11 @@
# _EMUL_MACHINE_PLATFORM
# An "opsys-arch" pair that describes the "native" platform.
#
-# _EMUL_OPSYSES
-# A list of supported binary emulations.
-#
# _EMUL_PREFER.*
# A table that maps ${_EMUL_MACHINE_PLATFORM} to a list of
# platforms to try to emulate on the native platform, excluding
# itself.
#
-_EMUL_OPSYSES+= bsdi
_EMUL_OPSYS.HPUX= hpux
_EMUL_OPSYS.IRIX= irix
_EMUL_OPSYS.OSF1= osf1
@@ -91,16 +87,6 @@ _EMUL_OPSYS= ${LOWER_OPSYS}
_EMUL_MACHINE_PLATFORM= ${_EMUL_OPSYS}-${MACHINE_ARCH}
-_EMUL_OPSYSES+= darwin
-_EMUL_OPSYSES+= freebsd
-_EMUL_OPSYSES+= hpux
-_EMUL_OPSYSES+= irix
-_EMUL_OPSYSES+= linux
-_EMUL_OPSYSES+= netbsd
-_EMUL_OPSYSES+= osf1
-_EMUL_OPSYSES+= sunos
-_EMUL_OPSYSES+= solaris
-
_EMUL_PREFER.netbsd-alpha= osf1-alpha linux-alpha
_EMUL_PREFER.netbsd-arm= linux-arm
_EMUL_PREFER.netbsd-i386= linux-i386 freebsd-i386 solaris-i386