summaryrefslogtreecommitdiffstats
path: root/sys/modules/msdosfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/msdosfs/Makefile')
-rw-r--r--sys/modules/msdosfs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/modules/msdosfs/Makefile b/sys/modules/msdosfs/Makefile
index 40aa777..cc81022 100644
--- a/sys/modules/msdosfs/Makefile
+++ b/sys/modules/msdosfs/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.5 1998/02/04 21:56:36 eivind Exp $
+# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
-.PATH: ${.CURDIR}/../../sys/msdosfs
-KMOD= msdos_mod
+.PATH: ${.CURDIR}/../../msdosfs
+KMOD= msdos
SRCS= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
msdosfs_vfsops.c msdosfs_vnops.c
NOMAN=
-VFS_LKM=
+VFS_KLD=
CFLAGS+= -DMSDOSFS
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud