mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
10 lines
172 B
Makefile
10 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>
|