1 1.5.4.1 tv # $NetBSD: Makefile,v 1.5.4.1 2000/10/18 17:04:38 tv Exp $ 2 1.1 itojun 3 1.1 itojun PROG= ping6 4 1.1 itojun MAN= ping6.8 5 1.1 itojun 6 1.4 itojun BINOWN= root 7 1.4 itojun BINMODE=4555 8 1.1 itojun 9 1.4 itojun CPPFLAGS+=-DINET6 10 1.4 itojun CPPFLAGS+=-DIPSEC 11 1.3 thorpej 12 1.5.4.1 tv LDADD+= -lipsec -lm 13 1.5.4.1 tv DPADD+= ${LIBIPSEC} ${LIBM} 14 1.5 itojun 15 1.5 itojun # KAME scope id hack 16 1.5 itojun CPPFLAGS+=-DKAME_SCOPEID 17 1.1 itojun 18 1.1 itojun .include <bsd.prog.mk> 19