Home | History | Annotate | Line # | Download | only in traceroute6
Makefile revision 1.2
      1  1.2  itojun # $NetBSD: Makefile,v 1.2 1999/07/03 06:26:26 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.1  itojun BINOWN=	root
      7  1.1  itojun BINGRP=	bin
      8  1.1  itojun BINMODE=4555
      9  1.1  itojun 
     10  1.2  itojun CPPFLAGS+=-DINET6 -DIPSEC
     11  1.1  itojun LDADD+=	-lipsec
     12  1.1  itojun DPADD+=	${LIBIPSEC}
     13  1.1  itojun 
     14  1.1  itojun .include <bsd.prog.mk>
     15