# $FreeBSD: stable/3/sys/modules/umapfs/Makefile 50583 1999-08-29 16:33:42Z peter $

.PATH:	${.CURDIR}/../../miscfs/umapfs
KMOD=	umap
SRCS=	umap_subr.c umap_vfsops.c umap_vnops.c
NOMAN=
VFS_KLD= yes
CFLAGS+= -DUMAPFS

.include <bsd.kmod.mk>
