diff options
Diffstat (limited to 'sys/modules/hpfs')
-rw-r--r-- | sys/modules/hpfs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/hpfs/Makefile b/sys/modules/hpfs/Makefile new file mode 100644 index 0000000..9e10cd2 --- /dev/null +++ b/sys/modules/hpfs/Makefile @@ -0,0 +1,10 @@ +# $FreeBSD$ + +.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 \ + hpfs_alsubr.c +NOMAN= + +.include <bsd.kmod.mk> |