diff options
Diffstat (limited to 'mk/emulator/sunos.mk')
-rw-r--r-- | mk/emulator/sunos.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emulator/sunos.mk b/mk/emulator/sunos.mk index bdd8ae79cb7..8b92271448e 100644 --- a/mk/emulator/sunos.mk +++ b/mk/emulator/sunos.mk @@ -1,4 +1,4 @@ -# $NetBSD: sunos.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $ +# $NetBSD: sunos.mk,v 1.3 2007/10/13 11:04:18 dsl Exp $ # # SunOS 4.x binary emulation framework # @@ -33,7 +33,7 @@ EMUL_DISTRO= native-sunos # native SunOS 4.x EMULDIR= ${PREFIX} EMULSUBDIR= # empty .else -. include "${.PARSEDIR}/sunos-${_EMUL_TYPE}.mk" +. include "sunos-${_EMUL_TYPE}.mk" .endif .if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native") |