1 1.6 itojun # $NetBSD: Makefile,v 1.6 2000/10/07 06:36:50 itojun 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.6 itojun LDADD+= -lipsec -lm 13 1.6 itojun 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