aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_unionfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_unionfs/Makefile')
-rw-r--r--sbin/mount_unionfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile
index 70d74d6b427c..6996bf3fa295 100644
--- a/sbin/mount_unionfs/Makefile
+++ b/sbin/mount_unionfs/Makefile
@@ -5,7 +5,7 @@ SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I/sys -I${MOUNT}
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root