96b5a23030
It's required because ping6 is now rump-ified.
20 lines
328 B
Makefile
20 lines
328 B
Makefile
# $NetBSD: Makefile,v 1.11 2015/08/07 00:37:14 ozaki-r Exp $
|
|
# Build ping6 without IPSEC
|
|
|
|
SRCDIR= ${.CURDIR}/../../../sbin/ping6
|
|
|
|
PROG= ping6
|
|
NOMAN= # defined
|
|
|
|
CPPFLAGS+= -I${SRCDIR} -DINET6 -DCRUNCHOPS
|
|
|
|
# KAME scope id hack
|
|
CPPFLAGS+= -DKAME_SCOPEID
|
|
|
|
LDADD+= -lm
|
|
DPADD+= ${LIBM}
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
.PATH: ${SRCDIR}
|