1 1.7 itojun # $NetBSD: Makefile,v 1.7 2002/05/26 13:01:21 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.1 itojun 15 1.1 itojun .include <bsd.prog.mk> 16