summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nullfs/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-20 22:41:03 +0000
committerphk <phk@FreeBSD.org>1994-11-20 22:41:03 +0000
commit73136aa7198e1d34f70e4929e965335750692214 (patch)
treeb6d6a07fec0661a3257f43373a80e367f537d29c /sbin/mount_nullfs/Makefile
parentef133122f9820303ef4bcc7ff920a98a0f739414 (diff)
downloadFreeBSD-src-73136aa7198e1d34f70e4929e965335750692214.zip
FreeBSD-src-73136aa7198e1d34f70e4929e965335750692214.tar.gz
This time: an absolute -I :-<
Diffstat (limited to 'sbin/mount_nullfs/Makefile')
-rw-r--r--sbin/mount_nullfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/Makefile b/sbin/mount_nullfs/Makefile
index f20f91b..3f8b3ef 100644
--- a/sbin/mount_nullfs/Makefile
+++ b/sbin/mount_nullfs/Makefile
@@ -5,7 +5,7 @@ SRCS= mount_null.c getmntopts.c
MAN8= mount_null.8
MOUNT= ${.CURDIR}/../mount
-CFLAGS+= -I/sys -I${MOUNT}
+CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud