Source-Changes-HG archive

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

[src/netbsd-1-6]: src/distrib/utils/x_ifconfig Pull up revisions 1.17-1.18 (r...



details:   https://anonhg.NetBSD.org/src/rev/993e3e68ac88
branches:  netbsd-1-6
changeset: 529242:993e3e68ac88
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 13:19:20 2002 +0000

description:
Pull up revisions 1.17-1.18 (requested by itojun in ticket #347):
  Make macppc install floppy IPv6-ready.

diffstat:

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

diffs (18 lines):

diff -r 90753401e003 -r 993e3e68ac88 distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Sun Nov 03 13:18:58 2002 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Sun Nov 03 13:19:20 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/12/12 00:05:13 tv Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2002/11/03 13:19:20 he Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 SRCDIR=                ${.CURDIR}/../../../sbin/ifconfig
@@ -7,7 +7,7 @@
 NOMAN=         # defined
 
 CPPFLAGS+=     -DINET_ONLY -I${SRCDIR}
-.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
+.if (${MACHINE} == "i386" || ${MACHINE} == "hpcmips" || ${MACHINE} == "x68k" || ${MACHINE} == "macppc")
 CPPFLAGS+=     -DINET6
 .endif
 



Home | Main Index | Thread Index | Old Index