Add -DCRUNCHOPS

It's required because ping6 is now rump-ified.
This commit is contained in:
ozaki-r 2015-08-07 00:37:14 +00:00
parent 2a4e5e0f61
commit 96b5a23030
1 changed files with 2 additions and 2 deletions

View File

@ -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