Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / emulators / osf1_lib / emulator.mk
blob0f29c3156ffafcda008d08c08d6ca1d98fc68153
1 # $NetBSD: emulator.mk,v 1.1 2007/08/01 16:28:08 jlam Exp $
3 # This file is included by osf1-netscape.mk in the emulator framework.
5 # Variables set by this file:
7 # EMUL_DISTRO
8 # The OSF/1 distribution.
11 EMUL_DISTRO= osf1-netscape-1.1
13 # The OSF/1 emulation supports no modules, so always depend on osf1_lib.
14 .if !defined(OSF1_PKG)
15 DEPENDS+= osf1_lib>=1.1:../../emulators/osf1_lib
16 .endif