diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2026-04-27 05:45:48 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2026-04-27 05:45:48 +0000 |
| commit | 221b1d4156a2bfe71a473e5abf6a739c063e60d8 (patch) | |
| tree | cf693c06de5eb08884a4f36a586b4ec9c42a1b8c | |
| parent | bd8edba0792b71be3f8ed5dea9c22287e95c986a (diff) | |
packages: Don't build quotacheck if WITHOUT_QUOTAS=yes
PR: 294775
Fixes: bb75b0d581f7 ("packages: Convert world to a subdir build")
MFC after: 2 weeks
Reported by: Alastair Hogge <agh@riseup.net>
Sponsored by: https://www.patreon.com/bsdivy
Differential Revision: https://reviews.freebsd.org/D56635
| -rw-r--r-- | packages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile b/packages/Makefile index ba70a38880e0..3c189770dac5 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -61,7 +61,6 @@ SUBDIR= blocklist \ periodic \ powerd \ ppp \ - quotacheck \ rc \ rcmds \ resolvconf \ @@ -141,6 +140,7 @@ SUBDIR.${MK_OPENSSL}+= openssl SUBDIR.${MK_PKGBOOTSTRAP}+= pkg-bootstrap SUBDIR.${MK_PKGCONF}+= pkgconf SUBDIR.${MK_PMC}+= pmc +SUBDIR.${MK_QUOTAS}+= quotacheck SUBDIR.${MK_RESCUE}+= rescue SUBDIR.${MK_SENDMAIL}+= sendmail libmilter SUBDIR.${MK_SOUND}+= sound |
