Home | History | Annotate | Line # | Download | only in ndp
Makefile revision 1.8
      1  1.8  christos # $NetBSD: Makefile,v 1.8 2010/12/12 18:50:31 christos Exp $
      2  1.1    itojun 
      3  1.4     lukem .include <bsd.own.mk>
      4  1.4     lukem 
      5  1.6       tls USE_FORT?= yes	# network client
      6  1.6       tls 
      7  1.8  christos TCPDUMP= ${NETBSDSRCDIR}/external/bsd/tcpdump/dist
      8  1.8  christos .PATH:	${TCPDUMP}
      9  1.1    itojun 
     10  1.1    itojun PROG=	ndp
     11  1.1    itojun SRCS=	ndp.c gmt2local.c
     12  1.1    itojun MAN=	ndp.8
     13  1.1    itojun 
     14  1.8  christos .if ${MKINET6} != "no"
     15  1.2    itojun CPPFLAGS+=-DINET6
     16  1.8  christos .endif
     17  1.8  christos CPPFLAGS+=-I. -I${TCPDUMP}
     18  1.1    itojun 
     19  1.1    itojun .include <bsd.prog.mk>
     20