summaryrefslogtreecommitdiff
path: root/mk/emulator/netbsd.mk
diff options
context:
space:
mode:
authorjlam <jlam>2007-08-23 17:39:47 +0000
committerjlam <jlam>2007-08-23 17:39:47 +0000
commitcebfe5e3735b7f75ba1e125d6d65d293f59ee799 (patch)
treedba7909ef570fcaefbe55807df5a55b8c9dcd990 /mk/emulator/netbsd.mk
parentd3430b506da51e4a5fc6312466b8aba054486e31 (diff)
downloadpkgsrc-cebfe5e3735b7f75ba1e125d6d65d293f59ee799.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")