oops, forgot to add support for UVM here.
This commit is contained in:
parent
c26f962957
commit
3c9dd3f03a
|
@ -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
|
# from: @(#)Makefile 8.1 (Berkeley) 6/4/93
|
||||||
|
|
||||||
.if (${MACHINE} != "i386") && \
|
.if (${MACHINE} != "i386") && \
|
||||||
|
@ -38,3 +38,8 @@ MLINKS+=kvm_dump.3 kvm_dump_inval.3
|
||||||
.else
|
.else
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
# XXX
|
||||||
|
.if defined(UVM)
|
||||||
|
CPPFLAGS+= -DUVM
|
||||||
|
.endif
|
||||||
|
|
Loading…
Reference in New Issue