mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
11 lines
172 B
Makefile
11 lines
172 B
Makefile
# $Id$
|
|
|
|
.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>
|