1999-12-09 19:10:13 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../fs/hpfs
|
|
|
|
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
|
|
|
NOMAN=
|
|
|
|
|
2000-05-04 12:08:52 +00:00
|
|
|
.include "${.CURDIR}/../../conf/kmod.mk"
|