1998-10-16 04:30:52 +00:00
|
|
|
# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
|
1994-09-21 23:27:16 +00:00
|
|
|
|
1998-10-16 04:30:52 +00:00
|
|
|
.PATH: ${.CURDIR}/../../msdosfs
|
|
|
|
KMOD= msdos
|
1995-03-03 18:33:04 +00:00
|
|
|
SRCS= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
|
1998-02-06 23:54:27 +00:00
|
|
|
msdosfs_vfsops.c msdosfs_vnops.c
|
1994-09-21 23:27:16 +00:00
|
|
|
NOMAN=
|
1998-10-16 04:30:52 +00:00
|
|
|
VFS_KLD=
|
1994-09-21 23:27:16 +00:00
|
|
|
CFLAGS+= -DMSDOSFS
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|