mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
And another absolute path -I :-<
This commit is contained in:
parent
b53839540d
commit
c4bff2faf4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4705
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user