summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs/Makefile
blob: 438860307914145b82c4aba6c09d3954280e2573 (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

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