Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / compat60 / emulator.mk
blob63552a9fd6474f09ebb2fa3cf1ab2960518ea2b9
1 # $NetBSD: emulator.mk,v 1.1 2007/12/31 20:06:40 jlam Exp $
3 # This file is included by netbsd-compat.mk in the emulator framework.
5 # Variables set by this file:
7 # EMUL_DISTRO
8 # The NetBSD distribution used to provide the files.
10 # EMUL_EXEC_FMT
11 # The executable format of the emulated operating system.
13 # EMULSUBDIR
14 # Path relative to ${PREFIX} where the files and directories are
15 # located, e.g. emul/aout.
17 # DEPENDS_${EMUL_DISTRO}.*
18 # A table that maps "modules" to NetBSD package dependencies.
21 EMUL_DISTRO= netbsd-6.0
23 EMUL_EXEC_FMT= ELF
24 EMULSUBDIR= emul/netbsd
25 OPSYS_EMULDIR= ${_OPSYS_EMULDIR.netbsd}
27 .if empty(OS_VERSION:M[0-5].*) && empty(OS_VERSION:M6.0*)
28 DEPENDS_netbsd-6.0.base?= compat60>=6.0:../../emulators/compat60
29 .endif