mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Whoops.
This commit is contained in:
parent
342fe62299
commit
e007d7c51f
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.${.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 a new issue