aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/unionfs
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/unionfs')
-rw-r--r--sys/modules/unionfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/unionfs/Makefile b/sys/modules/unionfs/Makefile
index 2f80909f73c4..64d38c5f2a82 100644
--- a/sys/modules/unionfs/Makefile
+++ b/sys/modules/unionfs/Makefile
@@ -5,6 +5,5 @@
KMOD= unionfs
SRCS= vnode_if.h \
union_subr.c union_vfsops.c union_vnops.c
-NOMAN=
.include <bsd.kmod.mk>