Enable RFC3542.

This commit is contained in:
rpaulo 2006-05-06 00:02:48 +00:00
parent efe3d96393
commit 75f21410a7
1 changed files with 2 additions and 1 deletions

View File

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