summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r--sbin/mount_nfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 76c2bfb..a896ede 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -7,8 +7,8 @@ PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8
-MOUNT= ${.CURDIR}/../mount
-UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
+MOUNT= ${.CURDIR:H}/mount
+UMNTALL= ${SRCTOP}/usr.sbin/rpc.umntall
CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
.PATH: ${MOUNT} ${UMNTALL}
OpenPOWER on IntegriCloud