summaryrefslogtreecommitdiffstats
path: root/sys/modules/hpfs/Makefile
blob: 788a7fb8ea7203871efd934aaf406ecc9d45cafd (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 "${.CURDIR}/../../conf/kmod.mk"
OpenPOWER on IntegriCloud