From cfbbe5d7fa9feb1fa5205b960e86684f67690cef Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 16 Dec 2024 22:32:21 +0000 Subject: [PATCH] Makefile.inc1: Fix a typo Fixes: 266f640b3896 ("Makefile.inc1: Remove non-NO_ROOT cases from distributeworld") --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 8d47d8098ab..5c3d190e4c3 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1004,7 +1004,7 @@ IMAKE_MTREE= MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}" .if ${DISTDIR:U/} == / .error DISTDIR must be set for make distributeworld and may not be the root directory. .endif -if !defined(NO_ROOT) || !defined(METALOG) +.if !defined(NO_ROOT) || !defined(METALOG) .error NO_ROOT and METALOG must be set for make distributeworld. .endif CERTCTLDESTDIR= ${DESTDIR}/${DISTDIR}