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