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