Deleted Added
sdiff udiff text old ( 33143 ) new ( 40440 )
full compact
1# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
2
3.PATH: ${.CURDIR}/../../msdosfs
4KMOD= msdos
5SRCS= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c \
6 msdosfs_vfsops.c msdosfs_vnops.c
7NOMAN=
8VFS_KLD=
9CFLAGS+= -DMSDOSFS
10
11.include <bsd.kmod.mk>