git: 72c166696b78 - main - traceroute6: Update .PATH and include path after traceroute moved
Date: Thu, 08 Feb 2024 17:59:26 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=72c166696b78e3d878be17cf2b01555391b9c97e
commit 72c166696b78e3d878be17cf2b01555391b9c97e
Author: Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-02-08 17:57:33 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-02-08 17:57:33 +0000
traceroute6: Update .PATH and include path after traceroute moved
Fixes: 9b7a920a12a9 ("traceroute: move from contrib to usr.sbin")
---
usr.sbin/traceroute6/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile
index 5086b3c08706..d2b84296fe97 100644
--- a/usr.sbin/traceroute6/Makefile
+++ b/usr.sbin/traceroute6/Makefile
@@ -14,7 +14,7 @@
.include <src.opts.mk>
-TRACEROUTE_DISTDIR?= ${SRCTOP}/contrib/traceroute
+TRACEROUTE_DISTDIR?= ${SRCTOP}/usr.sbin/traceroute
.PATH: ${TRACEROUTE_DISTDIR}
PACKAGE= runtime