From d59aba65d91ecc1bbf873d7f7f115ae19cdc19f6 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 10 Mar 1998 06:53:36 +0000 Subject: build msdosfs LKM with UVM support. pr#5014 --- sys/lkm/vfs/msdosfs/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys') 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 + +# XXX +.if defined(UVM) +CPPFLAGS+= -DUVM +.endif -- cgit