Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_route supply IPv6-ready route(8) for i386 an...



details:   https://anonhg.NetBSD.org/src/rev/3185b903e704
branches:  trunk
changeset: 485733:3185b903e704
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu May 04 03:30:57 2000 +0000

description:
supply IPv6-ready route(8) for i386 and hpcmips
(those who has IPv6-ready sysinst already)

diffstat:

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

diffs (19 lines):

diff -r a1a2b6109578 -r 3185b903e704 distrib/utils/x_route/Makefile
--- a/distrib/utils/x_route/Makefile    Thu May 04 03:27:09 2000 +0000
+++ b/distrib/utils/x_route/Makefile    Thu May 04 03:30:57 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 1999/06/21 01:19:37 cgd Exp $
+#      $NetBSD: Makefile,v 1.7 2000/05/04 03:30:57 itojun Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/5/93
 
 PROG=  route
@@ -7,6 +7,9 @@
 
 SRCDIR= ${.CURDIR}/../../../sbin/route
 CPPFLAGS+= -DSMALL -I${SRCDIR}
+.if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "hpcmips")
+CPPFLAGS+= -DINET6
+.endif
 
 BINOWN=        root
 BINMODE=4555



Home | Main Index | Thread Index | Old Index