summaryrefslogtreecommitdiffstats
path: root/sbin/mount_udf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_udf/Makefile')
-rw-r--r--sbin/mount_udf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_udf/Makefile b/sbin/mount_udf/Makefile
index f0f50ab..903ec76 100644
--- a/sbin/mount_udf/Makefile
+++ b/sbin/mount_udf/Makefile
@@ -6,8 +6,8 @@ SRCS= mount_udf.c getmntopts.c
MAN= mount_udf.8
LIBADD= kiconv
-MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
+MOUNT= ${.CURDIR:H}/mount
+CFLAGS+= -I${MOUNT} -I${SRCTOP}/sys
.PATH: ${MOUNT}
# Needs to be dynamically linked for optional dlopen() access to
OpenPOWER on IntegriCloud