blob: aa81e85e6c854f2c81c89efee2b0e5d0180fdbb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: emulator.mk,v 1.1 2007/08/01 16:28:08 jlam Exp $
#
# This file is included by darwin-opendarwin.mk in the emulator framework.
#
# Variables set by this file:
#
# EMUL_DISTRO
# The OpenDarwin distribution.
#
EMUL_DISTRO= opendarwin-6.6.2
# The Darwin emulation supports no modules, so always depend on darwin_lib.
.if !defined(DARWIN_PKG)
DEPENDS+= darwin_lib>=6.6.2:../../emulators/darwin_lib
.endif
|