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_route Pull up revision 1.14 (requested ...



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

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

diffstat:

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

diffs (18 lines):

diff -r 993e3e68ac88 -r 402d56831d58 distrib/utils/x_route/Makefile
--- a/distrib/utils/x_route/Makefile    Sun Nov 03 13:19:20 2002 +0000
+++ b/distrib/utils/x_route/Makefile    Sun Nov 03 13:19:41 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2001/12/12 00:05:14 tv Exp $
+#      $NetBSD: Makefile,v 1.13.2.1 2002/11/03 13:19:41 he Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 SRCDIR=                ${.CURDIR}/../../../sbin/route
@@ -9,7 +9,7 @@
 SRCS=          route.c show.c keywords.c
 
 CPPFLAGS+=     -DSMALL -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