Home | History | Annotate | Line # | Download | only in traceroute6
Makefile revision 1.5
      1  1.5   itojun # $NetBSD: Makefile,v 1.5 2000/10/08 06:40:42 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.5   itojun CPPFLAGS+=-DHAVE_POLL
     14  1.1   itojun 
     15  1.1   itojun .include <bsd.prog.mk>
     16