Home | History | Annotate | Line # | Download | only in x_ping6
Makefile revision 1.2
      1  1.2    matt # $NetBSD: Makefile,v 1.2 2000/05/18 00:43:08 matt Exp $
      2  1.1  itojun # Build ping6 without IPSEC
      3  1.1  itojun 
      4  1.1  itojun SRCDIR= ${.CURDIR}/../../../sbin/ping6
      5  1.1  itojun PROG=	ping6
      6  1.1  itojun NOMAN=	yes
      7  1.1  itojun 
      8  1.1  itojun CPPFLAGS+=-I${SRCDIR}
      9  1.1  itojun CPPFLAGS+=-DINET6
     10  1.2    matt COPTS+= -Os
     11  1.1  itojun 
     12  1.1  itojun # KAME scope id hack
     13  1.1  itojun CPPFLAGS+=-DKAME_SCOPEID
     14  1.1  itojun 
     15  1.1  itojun .include <bsd.prog.mk>
     16  1.1  itojun 
     17  1.1  itojun .PATH:  ${SRCDIR}
     18