Home | History | Annotate | Line # | Download | only in x_ping
Makefile revision 1.7
      1 # $NetBSD: Makefile,v 1.7 2010/12/13 19:19:10 pooka Exp $
      2 # Build ping without IPSEC
      3 
      4 SRCDIR=		${.CURDIR}/../../../sbin/ping
      5 
      6 PROG=		ping
      7 NOMAN=		# defined
      8 
      9 CPPFLAGS+=	-I${SRCDIR} -DCRUNCHOPS
     10 DPADD=		${LIBM}
     11 LDADD=		-lm
     12 
     13 .include <bsd.prog.mk>
     14 
     15 .PATH:		${SRCDIR}
     16