1 1.8 xtraeme # $NetBSD: Makefile,v 1.8 2005/02/09 14:09:46 xtraeme Exp $ 2 1.1 itojun 3 1.1 itojun PROG= ping6 4 1.1 itojun MAN= ping6.8 5 1.1 itojun 6 1.8 xtraeme WARNS= 3 7 1.8 xtraeme 8 1.4 itojun BINOWN= root 9 1.4 itojun BINMODE=4555 10 1.1 itojun 11 1.4 itojun CPPFLAGS+=-DINET6 12 1.4 itojun CPPFLAGS+=-DIPSEC 13 1.3 thorpej 14 1.6 itojun LDADD+= -lipsec -lm 15 1.6 itojun DPADD+= ${LIBIPSEC} ${LIBM} 16 1.1 itojun 17 1.1 itojun .include <bsd.prog.mk> 18