summaryrefslogtreecommitdiff
path: root/sys/modules/umapfs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-10-16 04:30:52 +0000
commita654d072959982a88cfbd609921641d85a8eb50c (patch)
tree6a527b2850f10a3ac2b45ff3c53340217e854e0d /sys/modules/umapfs
parent89045423f1d86b30a03c90c35964f518a3e4ce4d (diff)
downloadsrc-test2-a654d072959982a88cfbd609921641d85a8eb50c.tar.gz
src-test2-a654d072959982a88cfbd609921641d85a8eb50c.zip
Notes
Diffstat (limited to 'sys/modules/umapfs')
-rw-r--r--sys/modules/umapfs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/umapfs/Makefile b/sys/modules/umapfs/Makefile
index eb333da688bb..6a1332c12723 100644
--- a/sys/modules/umapfs/Makefile
+++ b/sys/modules/umapfs/Makefile
@@ -1,10 +1,10 @@
-# $Id$
+# $Id: Makefile,v 1.3 1997/02/22 12:49:25 peter Exp $
-.PATH: ${.CURDIR}/../../sys/miscfs/umapfs
-KMOD= umap_mod
+.PATH: ${.CURDIR}/../../miscfs/umapfs
+KMOD= umap
SRCS= umap_subr.c umap_vfsops.c umap_vnops.c
NOMAN=
-VFS_LKM= yes
+VFS_KLD= yes
CFLAGS+= -DUMAPFS
.include <bsd.kmod.mk>