Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/libpcap/lib Remove spurious trailing slash; PR ...
details: https://anonhg.NetBSD.org/src/rev/b4f11b38e339
branches: trunk
changeset: 767459:b4f11b38e339
user: dholland <dholland%NetBSD.org@localhost>
date: Tue Jul 19 03:07:09 2011 +0000
description:
Remove spurious trailing slash; PR 45067 from Henning Petersen.
diffstat:
external/bsd/libpcap/lib/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c7da5647c3c1 -r b4f11b38e339 external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Tue Jul 19 01:37:59 2011 +0000
+++ b/external/bsd/libpcap/lib/Makefile Tue Jul 19 03:07:09 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2011/05/26 12:56:25 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/07/19 03:07:09 dholland Exp $
.include <bsd.own.mk>
@@ -22,7 +22,7 @@
-e 's,3PCAP,3,g' < ${.ALLSRC} > ${.TARGET}
-SRCDIR= ${.CURDIR}/../dist/
+SRCDIR= ${.CURDIR}/../dist
.PATH: ${SRCDIR}
LIB= pcap
Home |
Main Index |
Thread Index |
Old Index