summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs/Makefile
blob: 9e10cd22cd98ac5e821af91ac7c7fbc7e7fbcc4a (plain)
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_hash.c hpfs_subr.c hpfs_lookup.c \
	hpfs_alsubr.c
NOMAN=

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud