Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2000/10/07 06:41:37 itojun Exp $
2
3PROG=	traceroute6
4MAN=	traceroute6.8
5
6BINMODE=4555
7BINOWN=	root
8
9CPPFLAGS+=-DINET6 -DIPSEC
10LDADD+=	-lipsec
11DPADD+=	${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