summaryrefslogtreecommitdiffstats
path: root/sys/modules/unionfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/unionfs/Makefile')
-rw-r--r--sys/modules/unionfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile
index 8f3f852..2f80909 100644
--- a/sys/modules/unionfs/Makefile
+++ b/sys/modules/unionfs/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../miscfs/union
+.PATH: ${.CURDIR}/../../fs/unionfs
-KMOD= union
+KMOD= unionfs
SRCS= vnode_if.h \
union_subr.c union_vfsops.c union_vnops.c
NOMAN=
OpenPOWER on IntegriCloud