mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
4b1e44f14a
work; ditto NFS and it's even more work.)
11 lines
221 B
Makefile
11 lines
221 B
Makefile
# $Id: Makefile,v 1.1 1994/09/16 20:24:28 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>
|