Makefile.inc1: Fix a typo

Fixes:	266f640b38 ("Makefile.inc1: Remove non-NO_ROOT cases from distributeworld")
This commit is contained in:
Mark Johnston 2024-12-16 22:32:21 +00:00
parent b64c5a0ace
commit cfbbe5d7fa

View file

@ -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}