summaryrefslogtreecommitdiff
path: root/mk/emulator/netbsd.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-08-23 17:39:47 +0000
committerjlam <jlam@pkgsrc.org>2007-08-23 17:39:47 +0000
commit4fd552cb21dfeb2898d90d53d46868981644b7c9 (patch)
treedba7909ef570fcaefbe55807df5a55b8c9dcd990 /mk/emulator/netbsd.mk
parent711d838dc01ff8af1c1845624c68511ffa08dcb9 (diff)
downloadpkgsrc-4fd552cb21dfeb2898d90d53d46868981644b7c9.tar.gz
Use .PARSEDIR where it can be used to avoid hardcoding the path to the
emulator module.
Diffstat (limited to 'mk/emulator/netbsd.mk')
-rw-r--r--mk/emulator/netbsd.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emulator/netbsd.mk b/mk/emulator/netbsd.mk
index 3641cc66846..3b521712952 100644
--- a/mk/emulator/netbsd.mk
+++ b/mk/emulator/netbsd.mk
@@ -1,4 +1,4 @@
-# $NetBSD: netbsd.mk,v 1.1 2007/08/21 22:49:33 jlam Exp $
+# $NetBSD: netbsd.mk,v 1.2 2007/08/23 17:39:47 jlam Exp $
#
# NetBSD binary emulation framework
#
@@ -35,7 +35,7 @@ EMUL_DISTRO= native-netbsd # native NetBSD
EMULDIR= ${PREFIX}
EMULSUBDIR= # empty
.else
-. include "${PKGSRCDIR}/mk/emulator/netbsd-${_EMUL_TYPE}.mk"
+. include "${.PARSEDIR}/netbsd-${_EMUL_TYPE}.mk"
.endif
.if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native")