Date: Wed, 3 Sep 2025 12:12:43 GMT From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: d376524a5d31 - main - tcpdump: get BINDIR from usr.sbin/Makefile.inc [NFC] Message-ID: <202509031212.583CCh6p041531@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=d376524a5d311ddc2a5adee9aec34dd2e4c7a3b9 commit d376524a5d311ddc2a5adee9aec34dd2e4c7a3b9 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2025-09-03 12:12:10 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2025-09-03 12:12:10 +0000 tcpdump: get BINDIR from usr.sbin/Makefile.inc [NFC] Reviewed by: jrm, emaste Differential Revision: https://reviews.freebsd.org/D52332 --- usr.sbin/tcpdump/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/tcpdump/Makefile.inc b/usr.sbin/tcpdump/Makefile.inc index abbdc366c6a0..454f1869508d 100644 --- a/usr.sbin/tcpdump/Makefile.inc +++ b/usr.sbin/tcpdump/Makefile.inc @@ -1,3 +1,3 @@ -BINDIR?= /usr/sbin - WARNS?= 3 + +.include "../Makefile.inc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509031212.583CCh6p041531>