From 14c66ddb08b5098f75e3e5f1c857084500ff87bc Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 26 Jun 2004 16:55:04 +0000 Subject: [PATCH] ndp was using the old contrib/tcpdump instead of contrib/tcpdump-3.8.3 --- usr.sbin/ndp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/usr.sbin/ndp/Makefile b/usr.sbin/ndp/Makefile index 65d5af7690..c2589b2bab 100644 --- a/usr.sbin/ndp/Makefile +++ b/usr.sbin/ndp/Makefile @@ -12,15 +12,17 @@ # LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR # A PARTICULAR PURPOSE. # $FreeBSD: src/usr.sbin/ndp/Makefile,v 1.1.2.1 2001/04/25 12:10:20 ru Exp $ -# $DragonFly: src/usr.sbin/ndp/Makefile,v 1.2 2003/06/17 04:29:57 dillon Exp $ +# $DragonFly: src/usr.sbin/ndp/Makefile,v 1.3 2004/06/26 16:55:04 dillon Exp $ -.PATH: ${.CURDIR}/../../contrib/tcpdump +.PATH: ${.CURDIR}/../../contrib/tcpdump-3.8.3 PROG= ndp SRCS= ndp.c gmt2local.c MAN= ndp.8 CFLAGS+=-DINET6 -CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump +CFLAGS+=-I. -I${.CURDIR} -I${.CURDIR}/../tcpdump/tcpdump -I${.CURDIR}/../../contrib/tcpdump-3.8.3 +CFLAGS+= -DHAVE_CONFIG_H -D_U_="__attribute__((unused))" + .include -- 2.41.0