diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-09 20:34:48 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-09 20:34:48 +0000 |
commit | 1e1c37d2e2aeff4cd50f1398cb314172e1a8df69 (patch) | |
tree | cfdf67271a1424784448861e5d11de8904a81c2c /mk | |
parent | 6fef0c870d0ca4eb001f8e0a170356d5be334ea9 (diff) | |
download | pkgsrc-1e1c37d2e2aeff4cd50f1398cb314172e1a8df69.tar.gz |
Added _VARGROUPS.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/emulator/emulator-vars.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mk/emulator/emulator-vars.mk b/mk/emulator/emulator-vars.mk index c59190f2193..b25d55fa07b 100644 --- a/mk/emulator/emulator-vars.mk +++ b/mk/emulator/emulator-vars.mk @@ -1,4 +1,4 @@ -# $NetBSD: emulator-vars.mk,v 1.7 2007/08/23 13:43:57 jlam Exp $ +# $NetBSD: emulator-vars.mk,v 1.8 2007/10/09 20:34:48 rillig Exp $ # # This file is included by bsd.prefs.mk only if EMUL_PLATFORMS is defined # and non-empty. @@ -47,6 +47,11 @@ # native operating system. It is either defined or undefined. # +_VARGROUPS+= emulator +_USER_VARS.emulator= EMUL_TYPE.${EMUL_OPSYS} EMUL_PLATFORM EMUL_PREFER +_PKG_VARS.emulator= EMUL_PLATFORMS +_SYS_VARS.emulator= EMUL_ARCH EMUL_OPSYS EMUL_IS_NATIVE + # _EMUL_OPSYS # A table that maps ${OPSYS} to the operating system names # (${EMUL_OPSYS}) used by the emulator framework. |