mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
I might soon stop to keep count of these...
This commit is contained in:
parent
c4bff2faf4
commit
342fe62299
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4706
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ SRCS= mount_umap.c getmntopts.c
|
|||
MAN8= mount_umap.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+= -I/sys -I${MOUNT}
|
||||
CFLAGS+= -I.${.CURDIR}/../../sys -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -5,7 +5,7 @@ SRCS= mount_umap.c getmntopts.c
|
|||
MAN8= mount_umap.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+= -I/sys -I${MOUNT}
|
||||
CFLAGS+= -I.${.CURDIR}/../../sys -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in a new issue