17d6c63672
Not objected to by: -current
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../fs/umapfs
|
|
|
|
KMOD= umapfs
|
|
SRCS= vnode_if.h \
|
|
umap_subr.c umap_vfsops.c umap_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|