summaryrefslogtreecommitdiff
path: root/sys/modules/hpfs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-01-11 15:49:02 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-01-11 15:49:02 +0000
commit17d6c636720d00f77e5d098daf4c278f89d84f7b (patch)
treed969e0da9d8f2f1a8ed4d8b51e09352160bdd7ae /sys/modules/hpfs
parentafac94af5c1933e2fa7c943d31c8a5af8ced8491 (diff)
Notes
Diffstat (limited to 'sys/modules/hpfs')
-rw-r--r--sys/modules/hpfs/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile
index 41f9f2b1abeb..438860307914 100644
--- a/sys/modules/hpfs/Makefile
+++ b/sys/modules/hpfs/Makefile
@@ -6,6 +6,5 @@ KMOD= hpfs
SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c
-NOMAN=
.include <bsd.kmod.mk>