Enable RFC3542.
This commit is contained in:
parent
efe3d96393
commit
75f21410a7
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2001/12/12 00:05:14 tv Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2006/05/06 00:02:48 rpaulo Exp $
|
||||
# Build ping6 without IPSEC
|
||||
|
||||
SRCDIR= ${.CURDIR}/../../../sbin/ping6
|
||||
|
@ -10,6 +10,7 @@ CPPFLAGS+= -I${SRCDIR} -DINET6
|
|||
|
||||
# KAME scope id hack
|
||||
CPPFLAGS+= -DKAME_SCOPEID
|
||||
CPPFLAGS+= -DUSE_RFC3542
|
||||
|
||||
LDADD+= -lm
|
||||
DPADD+= ${LIBM}
|
||||
|
|
Loading…
Reference in New Issue