1 1.4 itojun # $NetBSD: Makefile,v 1.4 1999/07/12 19:02:04 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.2 itojun LDADD+= -lipsec 13 1.4 itojun DPADD+= ${LIBIPSEC} 14 1.1 itojun 15 1.1 itojun .include <bsd.prog.mk> 16