]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/hpfs/Makefile
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / sys / modules / hpfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/hpfs
4
5 KMOD=   hpfs
6 SRCS=   vnode_if.h \
7         hpfs_vfsops.c hpfs_vnops.c hpfs_subr.c hpfs_lookup.c \
8         hpfs_alsubr.c
9
10 .include <bsd.kmod.mk>