And another absolute path -I :-<

This commit is contained in:
Poul-Henning Kamp 1994-11-20 22:42:16 +00:00
parent b53839540d
commit c4bff2faf4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4705
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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