diff options
author | phk <phk@FreeBSD.org> | 1994-11-20 22:42:16 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-20 22:42:16 +0000 |
commit | fd2550d3d3add4b6412572264322a4acda00b559 (patch) | |
tree | 446910f1101bd83684d4979842d4bb75055dbd42 /usr.sbin/mount_portalfs | |
parent | 73136aa7198e1d34f70e4929e965335750692214 (diff) | |
download | FreeBSD-src-fd2550d3d3add4b6412572264322a4acda00b559.zip FreeBSD-src-fd2550d3d3add4b6412572264322a4acda00b559.tar.gz |
And another absolute path -I :-<
Diffstat (limited to 'usr.sbin/mount_portalfs')
-rw-r--r-- | usr.sbin/mount_portalfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |