5979fc87e0
enable KAME scopeid hack. cleanups in node information query. (sync with latest KAME)
19 lines
257 B
Makefile
19 lines
257 B
Makefile
# $NetBSD: Makefile,v 1.5 1999/12/13 15:25:59 itojun Exp $
|
|
|
|
PROG= ping6
|
|
MAN= ping6.8
|
|
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
|
|
CPPFLAGS+=-DINET6
|
|
CPPFLAGS+=-DIPSEC
|
|
|
|
LDADD+= -lipsec
|
|
DPADD+= ${LIBIPSEC}
|
|
|
|
# KAME scope id hack
|
|
CPPFLAGS+=-DKAME_SCOPEID
|
|
|
|
.include <bsd.prog.mk>
|