From 96b5a230308a424e16fcd0d93ed18527843f20cc Mon Sep 17 00:00:00 2001 From: ozaki-r Date: Fri, 7 Aug 2015 00:37:14 +0000 Subject: [PATCH] Add -DCRUNCHOPS It's required because ping6 is now rump-ified. --- distrib/utils/x_ping6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distrib/utils/x_ping6/Makefile b/distrib/utils/x_ping6/Makefile index 0c4a63a03c1d..7a5581ce4bd4 100644 --- a/distrib/utils/x_ping6/Makefile +++ b/distrib/utils/x_ping6/Makefile @@ -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 @@ SRCDIR= ${.CURDIR}/../../../sbin/ping6 PROG= ping6 NOMAN= # defined -CPPFLAGS+= -I${SRCDIR} -DINET6 +CPPFLAGS+= -I${SRCDIR} -DINET6 -DCRUNCHOPS # KAME scope id hack CPPFLAGS+= -DKAME_SCOPEID