1 1.4 itojun # $NetBSD: Makefile,v 1.4 2000/10/07 06:41:37 itojun Exp $ 2 1.1 itojun 3 1.1 itojun PROG= traceroute6 4 1.1 itojun MAN= traceroute6.8 5 1.1 itojun 6 1.3 mycroft BINMODE=4555 7 1.1 itojun BINOWN= root 8 1.1 itojun 9 1.2 itojun CPPFLAGS+=-DINET6 -DIPSEC 10 1.1 itojun LDADD+= -lipsec 11 1.1 itojun DPADD+= ${LIBIPSEC} 12 1.4 itojun 13 1.4 itojun # it seems that, if we use poll(2), the timing changes. commented out for now 14 1.4 itojun #CPPFLAGS+=-DHAVE_POLL 15 1.1 itojun 16 1.1 itojun .include <bsd.prog.mk> 17