aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/hpfs/Makefile')
-rw-r--r--sys/modules/hpfs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile
index 9e10cd22cd98..41f9f2b1abeb 100644
--- a/sys/modules/hpfs/Makefile
+++ b/sys/modules/hpfs/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../fs/hpfs
+.PATH: ${.CURDIR}/../../fs/hpfs
+
KMOD= hpfs
SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \