Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lkm/compat/netbsd32 s/-DVM86 //



details:   https://anonhg.NetBSD.org/src/rev/3357d7a5d378
branches:  trunk
changeset: 503494:3357d7a5d378
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Feb 07 13:32:15 2001 +0000

description:
s/-DVM86 //

diffstat:

 sys/lkm/compat/netbsd32/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 06629b6356f4 -r 3357d7a5d378 sys/lkm/compat/netbsd32/Makefile
--- a/sys/lkm/compat/netbsd32/Makefile  Wed Feb 07 13:24:42 2001 +0000
+++ b/sys/lkm/compat/netbsd32/Makefile  Wed Feb 07 13:32:15 2001 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.2 2000/12/13 11:18:38 enami Exp $
+#      $NetBSD: Makefile,v 1.3 2001/02/07 13:32:15 mrg Exp $
 
 .include "../Makefile.inc"
 
 .PATH: $S/compat/netbsd32 $S/arch/${MACHINE}/${MACHINE}
 
-CPPFLAGS+=     -DVM86 -DSYSVSEM -DSYSVMSG -DSYSVSHM -DCOMPAT_NETBSD32
+CPPFLAGS+=     -DSYSVSEM -DSYSVMSG -DSYSVSHM -DCOMPAT_NETBSD32
 CPPFLAGS+=     -DCOMPAT_12 -DCOMPAT_43
 CPPFLAGS+=     -DEXEC_AOUT -DEXEC_ELF32 # for netbsd32_exec.c
 CPPFLAGS+=     -nostdinc



Home | Main Index | Thread Index | Old Index