oops, forgot to add support for UVM here.

This commit is contained in:
mrg 1998-02-11 06:30:11 +00:00
parent c26f962957
commit 3c9dd3f03a
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.21 1997/10/22 23:51:27 lukem Exp $
# $NetBSD: Makefile,v 1.22 1998/02/11 06:30:11 mrg Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
.if (${MACHINE} != "i386") && \
@ -38,3 +38,8 @@ MLINKS+=kvm_dump.3 kvm_dump_inval.3
.else
.include <bsd.prog.mk>
.endif
# XXX
.if defined(UVM)
CPPFLAGS+= -DUVM
.endif