Module Name:    src
Committed By:   christos
Date:           Sun Dec 12 18:50:31 UTC 2010

Modified Files:
        src/usr.sbin/ndp: Makefile

Log Message:
use new tcpdump.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/ndp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/ndp/Makefile
diff -u src/usr.sbin/ndp/Makefile:1.7 src/usr.sbin/ndp/Makefile:1.8
--- src/usr.sbin/ndp/Makefile:1.7	Wed Apr 22 11:23:06 2009
+++ src/usr.sbin/ndp/Makefile	Sun Dec 12 13:50:31 2010
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.7 2009/04/22 15:23:06 lukem Exp $
+# $NetBSD: Makefile,v 1.8 2010/12/12 18:50:31 christos Exp $
 
 .include <bsd.own.mk>
 
 USE_FORT?= yes	# network client
 
-.PATH:	${NETBSDSRCDIR}/dist/tcpdump
+TCPDUMP= ${NETBSDSRCDIR}/external/bsd/tcpdump/dist
+.PATH:	${TCPDUMP}
 
 PROG=	ndp
 SRCS=	ndp.c gmt2local.c
 MAN=	ndp.8
 
+.if ${MKINET6} != "no"
 CPPFLAGS+=-DINET6
-CPPFLAGS+=-I. -I${NETBSDSRCDIR}/dist/tcpdump
+.endif
+CPPFLAGS+=-I. -I${TCPDUMP}
 
 .include <bsd.prog.mk>

Reply via email to