Home | History | Annotate | Line # | Download | only in ping6
Makefile revision 1.14
      1  1.14  christos # $NetBSD: Makefile,v 1.14 2011/08/14 12:09:35 christos Exp $
      2   1.1    itojun 
      3  1.12       tls USE_FORT?= yes	# setuid
      4   1.1    itojun PROG=	ping6
      5   1.1    itojun MAN=	ping6.8
      6   1.1    itojun 
      7   1.4    itojun BINOWN=	root
      8   1.4    itojun BINMODE=4555
      9   1.1    itojun 
     10   1.4    itojun CPPFLAGS+=-DINET6
     11   1.4    itojun CPPFLAGS+=-DIPSEC
     12   1.3   thorpej 
     13   1.6    itojun LDADD+=	-lipsec -lm
     14   1.6    itojun DPADD+=	${LIBIPSEC} ${LIBM}
     15   1.1    itojun 
     16   1.1    itojun .include <bsd.prog.mk>
     17