summaryrefslogtreecommitdiffstats
path: root/sbin/mount_portal
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_portal')
-rw-r--r--sbin/mount_portal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_portal/Makefile b/sbin/mount_portal/Makefile
index 4f32eda..519d27f0 100644
--- a/sbin/mount_portal/Makefile
+++ b/sbin/mount_portal/Makefile
@@ -6,7 +6,7 @@ SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
MAN8= mount_portal.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I/sys -I${MOUNT}
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
DPADD= $(LIBCOMPAT)
OpenPOWER on IntegriCloud