summaryrefslogtreecommitdiffstats
path: root/secure/lib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'secure/lib/Makefile.inc')
-rw-r--r--secure/lib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/Makefile.inc b/secure/lib/Makefile.inc
index 002a3f7..c6d2f5b 100644
--- a/secure/lib/Makefile.inc
+++ b/secure/lib/Makefile.inc
@@ -1,6 +1,6 @@
# $FreeBSD$
.include "../Makefile.inc"
-.if exists(${.CURDIR}/../../../lib/Makefile.inc)
-.include "${.CURDIR}/../../../lib/Makefile.inc"
+.if exists(${.CURDIR:H:H:H}/lib/Makefile.inc)
+.include "${.CURDIR:H:H:H}/lib/Makefile.inc"
.endif
OpenPOWER on IntegriCloud