diff options
| author | mrg <mrg@NetBSD.org> | 1998-03-10 06:53:36 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 1998-03-10 06:53:36 +0000 |
| commit | d59aba65d91ecc1bbf873d7f7f115ae19cdc19f6 (patch) | |
| tree | 05c0941f9e08fc152d184486cd4b931a5cfa13d7 | |
| parent | 20a21d162ede81269a07ae2c1467197e6648a6ce (diff) | |
build msdosfs LKM with UVM support. pr#5014
| -rw-r--r-- | sys/lkm/vfs/msdosfs/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/lkm/vfs/msdosfs/Makefile b/sys/lkm/vfs/msdosfs/Makefile index 475dcfcc10f..767afe34700 100644 --- a/sys/lkm/vfs/msdosfs/Makefile +++ b/sys/lkm/vfs/msdosfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1996/08/27 21:44:55 explorer Exp $ +# $NetBSD: Makefile,v 1.4 1998/03/10 06:53:36 mrg Exp $ .include "../Makefile.inc" @@ -13,3 +13,8 @@ SRCS+= msdosfs_conv.c msdosfs_denode.c msdosfs_fat.c msdosfs_lookup.c SRCS+= msdosfs_vfsops.c msdosfs_vnops.c .include <bsd.kmod.mk> + +# XXX +.if defined(UVM) +CPPFLAGS+= -DUVM +.endif |
