aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_portalfs
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1994-11-20 22:42:16 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1994-11-20 22:42:16 +0000
commitc4bff2faf4aae4282288536e1c5e06143a34f2f4 (patch)
tree446910f1101bd83684d4979842d4bb75055dbd42 /sbin/mount_portalfs
parentb53839540d5a7b97726379fb05ac2898462af38e (diff)
downloadsrc-c4bff2faf4aae4282288536e1c5e06143a34f2f4.tar.gz
src-c4bff2faf4aae4282288536e1c5e06143a34f2f4.zip
And another absolute path -I :-<
Notes
Notes: svn path=/head/; revision=4705
Diffstat (limited to 'sbin/mount_portalfs')
-rw-r--r--sbin/mount_portalfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_portalfs/Makefile b/sbin/mount_portalfs/Makefile
index 4f32edaa3117..519d27f0ec06 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)