Centralize definition of ZFSTOP

Define this helper variable in one place and make it available while
building the entire base system.

Reviewed by:	sjg
Obtained from:	CheriBSD (mostly)
Differential Revision:	https://reviews.freebsd.org/D53790
This commit is contained in:
John Baldwin
2025-11-24 10:46:56 -05:00
parent 8f94088bc5
commit 7980cf5d6f
13 changed files with 3 additions and 24 deletions
+3
View File
@@ -48,6 +48,9 @@ CFLAGS+= -fmacro-prefix-map=${SRCTOP}=/usr/src -fdebug-prefix-map=${SRCTOP}=/usr
DEFAULTWARNS?= 6
# ZFS source directory
ZFSTOP?= ${SRCTOP}/sys/contrib/openzfs
# tempting, but bsd.compiler.mk causes problems this early
# probably need to remove dependence on bsd.own.mk
#.include "src.opts.mk"