3ef999a19b
in mk.conf.
16 lines
304 B
Makefile
16 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.5 1998/03/28 23:58:45 thorpej Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: $S/msdosfs ${.CURDIR}/..
|
|
|
|
NOMAN= yep
|
|
|
|
KMOD= msdosfs
|
|
|
|
SRCS= lkminit_vfs.c
|
|
SRCS+= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c
|
|
SRCS+= msdosfs_vfsops.c msdosfs_vnops.c
|
|
|
|
.include <bsd.kmod.mk>
|