Home | History | Annotate | Line # | Download | only in ping6
Makefile revision 1.12
      1  1.12      tls # $NetBSD: Makefile,v 1.12 2007/05/28 12:06:23 tls 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