summaryrefslogtreecommitdiffstats
path: root/sbin/mount_union
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-11-20 22:47:52 +0000
committerphk <phk@FreeBSD.org>1994-11-20 22:47:52 +0000
commit00777402fa9c1b57e325ad9647ce0b409f88b8b0 (patch)
treee8da64a4028820fb03f377be4a806ea332e26aa0 /sbin/mount_union
parent0f64dfe09616f78acb3b156b23c9a323a788d15d (diff)
downloadFreeBSD-src-00777402fa9c1b57e325ad9647ce0b409f88b8b0.zip
FreeBSD-src-00777402fa9c1b57e325ad9647ce0b409f88b8b0.tar.gz
Guess what
Diffstat (limited to 'sbin/mount_union')
-rw-r--r--sbin/mount_union/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_union/Makefile b/sbin/mount_union/Makefile
index 70d74d6..6996bf3 100644
--- a/sbin/mount_union/Makefile
+++ b/sbin/mount_union/Makefile
@@ -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
OpenPOWER on IntegriCloud