Skip site navigation (1)Skip section navigation (2)



index | | raw e-mail

commit 221b1d4156a2bfe71a473e5abf6a739c063e60d8
Author:     Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2026-04-27 05:45:48 +0000
Commit:     Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2026-04-27 05:45:48 +0000

    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
---
 packages/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


home | help