blob: 750fda00dae08b17552342fa8c733bdc8d7c6694 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $FreeBSD$
.PATH: ${.CURDIR}/../../fs/hpfs
KMOD= hpfs
SRCS= vnode_if.h \
hpfs_vfsops.c hpfs_vnops.c hpfs_subr.c hpfs_lookup.c \
hpfs_alsubr.c
.include <bsd.kmod.mk>
|