make these work with -DUVM

This commit is contained in:
mrg 1998-02-11 11:57:21 +00:00
parent a40a10e320
commit 6a324bffbd
3 changed files with 18 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1996/08/27 21:44:44 explorer Exp $
# $NetBSD: Makefile,v 1.4 1998/02/11 11:57:21 mrg Exp $
.include "../Makefile.inc"
@ -12,3 +12,8 @@ SRCS= lkminit_vfs.c
SRCS+= kernfs_vfsops.c kernfs_vnops.c
.include <bsd.kmod.mk>
# XXX
.if defined(UVM)
CPPFLAGS+= -DUVM
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1997/08/13 05:46:57 explorer Exp $
# $NetBSD: Makefile,v 1.5 1998/02/11 11:57:23 mrg Exp $
.include "../Makefile.inc"
@ -13,3 +13,8 @@ SRCS+= procfs_ctl.c procfs_note.c procfs_status.c procfs_subr.c
SRCS+= procfs_vfsops.c procfs_vnops.c
.include <bsd.kmod.mk>
# XXX
.if defined(UVM)
CPPFLAGS+= -DUVM
.endif

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1996/08/27 21:44:53 explorer Exp $
# $NetBSD: Makefile,v 1.4 1998/02/11 11:57:22 mrg Exp $
.include "../Makefile.inc"
@ -12,3 +12,8 @@ SRCS= lkminit_vfs.c
SRCS+= union_vfsops.c union_vnops.c union_subr.c
.include <bsd.kmod.mk>
# XXX
.if defined(UVM)
CPPFLAGS+= -DUVM
.endif