Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/ndp change tcpdump dir to refer to. Daniel Caroson...
details: https://anonhg.NetBSD.org/src/rev/4211a1ee8f31
branches: trunk
changeset: 511765:4211a1ee8f31
user: itojun <itojun%NetBSD.org@localhost>
date: Tue Jun 26 13:43:29 2001 +0000
description:
change tcpdump dir to refer to. Daniel Carosone <dan%geek.com.au@localhost>
diffstat:
usr.sbin/ndp/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r b55309953363 -r 4211a1ee8f31 usr.sbin/ndp/Makefile
--- a/usr.sbin/ndp/Makefile Tue Jun 26 13:00:18 2001 +0000
+++ b/usr.sbin/ndp/Makefile Tue Jun 26 13:43:29 2001 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 1999/07/03 06:26:25 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2001/06/26 13:43:29 itojun Exp $
-.PATH: ${.CURDIR}/../tcpdump
+.PATH: ${.CURDIR}/../../dist/tcpdump
PROG= ndp
SRCS= ndp.c gmt2local.c
MAN= ndp.8
CPPFLAGS+=-DINET6
-CPPFLAGS+=-I. -I${.CURDIR}/../tcpdump
+CPPFLAGS+=-I. -I${.CURDIR}/../../dist/tcpdump
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index