aboutsummaryrefslogtreecommitdiff
path: root/lkm/umapfs/Makefile
blob: bb93903dd5649c48354a480a1f8045074a49bb4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#	$Id: Makefile,v 1.1 1994/09/21 23:27:14 wollman Exp $

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

.include <bsd.kmod.mk>