git: d376524a5d31 - main - tcpdump: get BINDIR from usr.sbin/Makefile.inc [NFC]
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Sep 2025 12:12:43 UTC
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"