a654d07295
converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
11 lines
211 B
Makefile
11 lines
211 B
Makefile
# $Id: Makefile,v 1.3 1997/02/22 12:49:25 peter Exp $
|
|
|
|
.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>
|