1999-12-09 19:10:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2001-01-06 14:00:42 +00:00
|
|
|
.PATH: ${.CURDIR}/../../fs/hpfs
|
|
|
|
|
1999-12-09 19:10:13 +00:00
|
|
|
KMOD= hpfs
|
1999-12-12 16:47:33 +00:00
|
|
|
SRCS= vnode_if.h \
|
|
|
|
hpfs_vfsops.c hpfs_vnops.c hpfs_hash.c hpfs_subr.c hpfs_lookup.c \
|
1999-12-12 20:34:11 +00:00
|
|
|
hpfs_alsubr.c
|
1999-12-09 19:10:13 +00:00
|
|
|
|
2000-05-27 01:14:33 +00:00
|
|
|
.include <bsd.kmod.mk>
|