Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_ping6 Add -DCRUNCHOPS



details:   https://anonhg.NetBSD.org/src/rev/0075adfdc56c
branches:  trunk
changeset: 339729:0075adfdc56c
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Fri Aug 07 00:37:14 2015 +0000

description:
Add -DCRUNCHOPS

It's required because ping6 is now rump-ified.

diffstat:

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

diffs (18 lines):

diff -r 48a380e10fe3 -r 0075adfdc56c distrib/utils/x_ping6/Makefile
--- a/distrib/utils/x_ping6/Makefile    Thu Aug 06 14:45:54 2015 +0000
+++ b/distrib/utils/x_ping6/Makefile    Fri Aug 07 00:37:14 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/05/07 16:01:21 rpaulo Exp $
+# $NetBSD: Makefile,v 1.11 2015/08/07 00:37:14 ozaki-r Exp $
 # Build ping6 without IPSEC
 
 SRCDIR=                ${.CURDIR}/../../../sbin/ping6
@@ -6,7 +6,7 @@
 PROG=          ping6
 NOMAN=         # defined
 
-CPPFLAGS+=     -I${SRCDIR} -DINET6
+CPPFLAGS+=     -I${SRCDIR} -DINET6 -DCRUNCHOPS
 
 # KAME scope id hack
 CPPFLAGS+=     -DKAME_SCOPEID



Home | Main Index | Thread Index | Old Index