diff options
author | jlam <jlam@pkgsrc.org> | 2007-08-01 17:19:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-08-01 17:19:22 +0000 |
commit | c30218a3ef506fa8d186b13178b4e6d56fe6bf1a (patch) | |
tree | 8945c859d24c065c22c33e322d048cf341796c4a /mk/emulator | |
parent | fcbae5fcca1ed93b9920566e9e9b499064709e9f (diff) | |
download | pkgsrc-c30218a3ef506fa8d186b13178b4e6d56fe6bf1a.tar.gz |
Support automatically using pkgsrc/emulators/osf1_lib to satisfy
EMUL_PLATFORM osf1-alpha.
Diffstat (limited to 'mk/emulator')
-rw-r--r-- | mk/emulator/osf1-netscape.mk | 6 | ||||
-rw-r--r-- | mk/emulator/osf1.mk | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mk/emulator/osf1-netscape.mk b/mk/emulator/osf1-netscape.mk new file mode 100644 index 00000000000..d96f7b2b2c2 --- /dev/null +++ b/mk/emulator/osf1-netscape.mk @@ -0,0 +1,6 @@ +# $NetBSD: osf1-netscape.mk,v 1.1 2007/08/01 17:19:23 jlam Exp $ +# +# OSF/1 libraries from Netscape for LinuxAlpha. +# + +.include "${PKGSRCDIR}/emulators/osf1_lib/emulator.mk" diff --git a/mk/emulator/osf1.mk b/mk/emulator/osf1.mk index 09d3bfb7354..6f20521d73f 100644 --- a/mk/emulator/osf1.mk +++ b/mk/emulator/osf1.mk @@ -1,4 +1,4 @@ -# $NetBSD: osf1.mk,v 1.1 2007/07/29 05:19:43 jlam Exp $ +# $NetBSD: osf1.mk,v 1.2 2007/08/01 17:19:23 jlam Exp $ # # OSF/1 (Tru64) binary emulation framework # @@ -6,7 +6,7 @@ .if !empty(OPSYS:MOSF*) EMUL_TYPE.osf1?= native .else -EMUL_TYPE.osf1?= builtin +EMUL_TYPE.osf1?= netscape .endif EMUL_MODULES.osf1?= # empty @@ -22,6 +22,7 @@ OPSYS_EMULDIR= ${_OPSYS_EMULDIR.osf1} # _EMUL_TYPES= builtin _EMUL_TYPES+= native +_EMUL_TYPES+= netscape _EMUL_TYPE?= ${EMUL_TYPE.osf1} _EMUL_MODULES= # empty |