mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Whoops.
This commit is contained in:
parent
342fe62299
commit
e007d7c51f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4707
@ -5,7 +5,7 @@ SRCS= mount_umap.c getmntopts.c
|
||||
MAN8= mount_umap.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CFLAGS+= -I.${.CURDIR}/../../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.${.CURDIR}/../../sys -I${MOUNT}
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user