Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/sysinst/arch/hpcmips comment out IPv6 support ...



details:   https://anonhg.NetBSD.org/src/rev/7d5f7eab8f74
branches:  trunk
changeset: 482764:7d5f7eab8f74
user:      shin <shin%NetBSD.org@localhost>
date:      Mon Feb 21 13:28:30 2000 +0000

description:
comment out IPv6 support (not tested).

diffstat:

 distrib/utils/sysinst/arch/hpcmips/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 895944ad66f5 -r 7d5f7eab8f74 distrib/utils/sysinst/arch/hpcmips/Makefile
--- a/distrib/utils/sysinst/arch/hpcmips/Makefile       Mon Feb 21 13:23:17 2000 +0000
+++ b/distrib/utils/sysinst/arch/hpcmips/Makefile       Mon Feb 21 13:28:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2000/01/22 02:59:59 shin Exp $
+#      $NetBSD: Makefile,v 1.3 2000/02/21 13:28:30 shin Exp $
 #
 # Makefile for i386
 #
@@ -11,6 +11,6 @@
 
 fdisk.o md.o:  menu_defs.h msg_defs.h
 
-CPPFLAGS+=-DINET6
+#CPPFLAGS+=-DINET6
 
 .include "../../Makefile.inc"



Home | Main Index | Thread Index | Old Index