diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2025-09-03 12:12:10 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2025-09-03 12:12:10 +0000 |
| commit | d376524a5d311ddc2a5adee9aec34dd2e4c7a3b9 (patch) | |
| tree | bb230366739837fdaac305e20fe5b6e7c60d54c3 | |
| parent | bc222e96d135687aea4e67ee9b11fb9490f42546 (diff) | |
tcpdump: get BINDIR from usr.sbin/Makefile.inc [NFC]
Reviewed by: jrm, emaste
Differential Revision: https://reviews.freebsd.org/D52332
| -rw-r--r-- | usr.sbin/tcpdump/Makefile.inc | 4 |
1 files 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" |
