Add -DCRUNCHOPS
It's required because ping6 is now rump-ified.
This commit is contained in:
parent
2a4e5e0f61
commit
96b5a23030
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue