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_route Pullup rev.1.10; reviewed by shin...



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

description:
Pullup rev.1.10; 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_route/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fdc2f5c5455e -r 9d9f6226c5dc distrib/utils/x_route/Makefile
--- a/distrib/utils/x_route/Makefile    Thu Sep 07 01:36:43 2000 +0000
+++ b/distrib/utils/x_route/Makefile    Thu Sep 07 01:36:58 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2000/05/18 01:10:30 matt Exp $
+#      $NetBSD: Makefile,v 1.9.4.1 2000/09/07 01:36:58 minoura Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 PROG=  route
@@ -7,7 +7,7 @@
 
 SRCDIR= ${.CURDIR}/../../../sbin/route
 CPPFLAGS+= -DSMALL -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