summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs/Makefile
blob: 41f9f2b1abeb4427ca612891f34f844582e0f585 (plain)
1
2
3
4
5
6
7
8
9
10
11
# $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