git: 477500eb4490 - stable/15 - packages: Fix building packages when WITHOUT_BLOCKLIST is set
Lexi Winter <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a64b537.2630a.7bcfdabf__32348.6075781815$1784984988$gmane$org@gitrepo.freebsd.org> |
The branch stable/15 has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=477500eb4490befd29e085454590039bf6383115 commit 477500eb4490befd29e085454590039bf6383115 Author: Brad Davis <[email protected]> AuthorDate: 2026-06-15 17:59:19 +0000 Commit: Lexi Winter <[email protected]> CommitDate: 2026-07-25 13:01:24 +0000 packages: Fix building packages when WITHOUT_BLOCKLIST is set Reviewed by: emaste MFC after: 1 week Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D57601 (cherry picked from commit cd0a101b01d685092d073a367f0e7374f7259256) --- packages/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/Makefile b/packages/Makefile index 2c5bcdce1032..401ec75f44de 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -16,7 +16,7 @@ .include <src.opts.mk> -SUBDIR= blocklist \ +SUBDIR= \ bsdconfig \ bzip2 \ clibs \ @@ -99,6 +99,7 @@ SUBDIR+= caroot SUBDIR.${MK_AT}+= at SUBDIR.${MK_AUDIT}+= audit SUBDIR.${MK_AUTOFS}+= autofs +SUBDIR.${MK_BLOCKLIST}+= blocklist SUBDIR.${MK_BLUETOOTH}+= bluetooth SUBDIR.${MK_BOOT}+= bootloader SUBDIR.${MK_BSDINSTALL}+= bsdinstall