Guess what

This commit is contained in:
Poul-Henning Kamp 1994-11-20 22:47:52 +00:00
parent e007d7c51f
commit 3eeb0c9e5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4708
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I/sys -I${MOUNT}
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root

View File

@ -5,7 +5,7 @@ SRCS= mount_union.c getmntopts.c
MAN8= mount_union.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I/sys -I${MOUNT}
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
BINOWN= root