summaryrefslogtreecommitdiff
path: root/mk/emulator/osf1.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/osf1.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/osf1.mk')
-rw-r--r--mk/emulator/osf1.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emulator/osf1.mk b/mk/emulator/osf1.mk
index 6f20521d73f..97e5058c648 100644
--- a/mk/emulator/osf1.mk
+++ b/mk/emulator/osf1.mk
@@ -1,4 +1,4 @@
-# $NetBSD: osf1.mk,v 1.2 2007/08/01 17:19:23 jlam Exp $
+# $NetBSD: osf1.mk,v 1.3 2007/08/23 17:39:47 jlam Exp $
#
# OSF/1 (Tru64) binary emulation framework
#
@@ -34,7 +34,7 @@ EMUL_DISTRO= native-osf1 # native OSF/1 (Tru64)
EMULDIR= ${PREFIX}
EMULSUBDIR= # empty
.else
-. include "${PKGSRCDIR}/mk/emulator/osf1-${_EMUL_TYPE}.mk"
+. include "${.PARSEDIR}/osf1-${_EMUL_TYPE}.mk"
.endif
.if (${_EMUL_TYPE} == "builtin") || (${_EMUL_TYPE} == "native")