summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-20 22:42:16 +0000
committerphk <phk@FreeBSD.org>1994-11-20 22:42:16 +0000
commitfd2550d3d3add4b6412572264322a4acda00b559 (patch)
tree446910f1101bd83684d4979842d4bb75055dbd42
parent73136aa7198e1d34f70e4929e965335750692214 (diff)
downloadFreeBSD-src-fd2550d3d3add4b6412572264322a4acda00b559.zip
FreeBSD-src-fd2550d3d3add4b6412572264322a4acda00b559.tar.gz
And another absolute path -I :-<
-rw-r--r--sbin/mount_portal/Makefile2
-rw-r--r--sbin/mount_portalfs/Makefile2
-rw-r--r--usr.sbin/mount_portalfs/Makefile2
3 files changed, 3 insertions, 3 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)
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile
index 4f32eda..519d27f0 100644
--- a/sbin/mount_portalfs/Makefile
+++ b/sbin/mount_portalfs/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)
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
index 4f32eda..519d27f0 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/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