summaryrefslogtreecommitdiff
path: root/sys/modules/msdos
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-09-21 23:27:16 +0000
commit4b1e44f14a10ddc1e03c93e168c39f1dec1daee3 (patch)
treeb6c6b02c3cdaa07c1f63200a868d07a7113dad8d /sys/modules/msdos
parent67bfdf835b37cf9a7a7184ab6353eee2adc3d649 (diff)
Notes
Diffstat (limited to 'sys/modules/msdos')
-rw-r--r--sys/modules/msdos/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/msdos/Makefile b/sys/modules/msdos/Makefile
new file mode 100644
index 000000000000..777699da0897
--- /dev/null
+++ b/sys/modules/msdos/Makefile
@@ -0,0 +1,11 @@
+# $Id: Makefile,v 1.1 1994/09/16 20:24:28 wollman Exp $
+
+.PATH: ${.CURDIR}/../../sys/msdosfs
+KMOD= msdos_mod
+SRCS= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_denode.c \
+ msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c
+NOMAN=
+VFS_LKM=
+CFLAGS+= -DMSDOSFS
+
+.include <bsd.kmod.mk>