Module Name:    src
Committed By:   ozaki-r
Date:           Fri Aug  7 00:37:14 UTC 2015

Modified Files:
        src/distrib/utils/x_ping6: Makefile

Log Message:
Add -DCRUNCHOPS

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/distrib/utils/x_ping6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/x_ping6/Makefile
diff -u src/distrib/utils/x_ping6/Makefile:1.10 src/distrib/utils/x_ping6/Makefile:1.11
--- src/distrib/utils/x_ping6/Makefile:1.10	Sun May  7 16:01:21 2006
+++ src/distrib/utils/x_ping6/Makefile	Fri Aug  7 00:37:14 2015
@@ -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

Reply via email to