I might soon stop to keep count of these...

This commit is contained in:
Poul-Henning Kamp 1994-11-20 22:45:14 +00:00
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

View file

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

View file

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