freebsd-dev/sys/modules/msdosfs/Makefile
Peter Wemm a654d07295 Sample initial set of kld-ified modules. Not all have been completely
converted yet.  These are more of a starting point.  This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)
1998-10-16 04:30:52 +00:00

12 lines
264 B
Makefile

# $Id: Makefile,v 1.6 1998/02/06 23:54:22 eivind Exp $
.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_KLD=
CFLAGS+= -DMSDOSFS
.include <bsd.kmod.mk>