This time: an absolute -I :-<

This commit is contained in:
Poul-Henning Kamp 1994-11-20 22:41:03 +00:00
parent 7a621ea796
commit b53839540d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4704
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>