]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/umapfs/Makefile
Correct msecs_to_ticks macro. This fixes problems when hz is not the
[FreeBSD/FreeBSD.git] / sys / modules / umapfs / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../fs/umapfs
4
5 KMOD=   umapfs
6 SRCS=   vnode_if.h \
7         umap_subr.c umap_vfsops.c umap_vnops.c
8
9 .include <bsd.kmod.mk>