diff options
author | phk <phk@FreeBSD.org> | 1994-11-20 22:47:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1994-11-20 22:47:52 +0000 |
commit | 00777402fa9c1b57e325ad9647ce0b409f88b8b0 (patch) | |
tree | e8da64a4028820fb03f377be4a806ea332e26aa0 /sbin/mount_unionfs | |
parent | 0f64dfe09616f78acb3b156b23c9a323a788d15d (diff) | |
download | FreeBSD-src-00777402fa9c1b57e325ad9647ce0b409f88b8b0.zip FreeBSD-src-00777402fa9c1b57e325ad9647ce0b409f88b8b0.tar.gz |
Guess what
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 70d74d6..6996bf3 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/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 |