Home | History | Annotate | Line # | Download | only in traceroute6
Makefile revision 1.3
      1  1.3  mycroft # $NetBSD: Makefile,v 1.3 2000/02/25 08:52:04 mycroft 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.1   itojun 
     13  1.1   itojun .include <bsd.prog.mk>
     14