Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/utils/x_ifconfig Pullup rev.1.13; reviewed by s...



details:   https://anonhg.NetBSD.org/src/rev/fdc2f5c5455e
branches:  netbsd-1-5
changeset: 489401:fdc2f5c5455e
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Sep 07 01:36:43 2000 +0000

description:
Pullup rev.1.13; reviewed by shin, approved by thorpej.
Enable INET6 on x68k.
Use ${MACHINE} instead of ${MACHINE_ARCH}, since the installer is
built per-${MACHINE} based.

diffstat:

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

diffs (18 lines):

diff -r 4d12b40fac43 -r fdc2f5c5455e distrib/utils/x_ifconfig/Makefile
--- a/distrib/utils/x_ifconfig/Makefile Thu Sep 07 01:36:31 2000 +0000
+++ b/distrib/utils/x_ifconfig/Makefile Thu Sep 07 01:36:43 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2000/05/18 01:10:28 matt Exp $
+# $NetBSD: Makefile,v 1.12.4.1 2000/09/07 01:36:43 minoura Exp $
 # Build a smaller ifconfig (i.e. for boot media)
 
 PROG=  ifconfig
@@ -6,7 +6,7 @@
 
 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
 CPPFLAGS+= -DINET_ONLY -I${SRCDIR}
-.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "hpcmips")
+.if (${MACHINE} == "i386") || (${MACHINE} == "hpcmips") || (${MACHINE} == "x68k")
 CPPFLAGS+= -DINET6
 .endif
 COPTS+= -Os



Home | Main Index | Thread Index | Old Index