src.opts.mk: mark ZFS broken on powerpc, matching kern.opts.mk

Where options exist in both src.opts.mk and kern.opts.mk they should be
kept in sync.

PR:		269994
Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D38935
This commit is contained in:
Ed Maste 2023-03-06 16:47:36 -05:00
parent 08e66b7a37
commit 6e0a1438d8

View File

@ -348,6 +348,10 @@ __DEFAULT_YES_OPTIONS+=OPENMP
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
.if ${__T} == "powerpc"
BROKEN_OPTIONS+= ZFS
.endif
.include <bsd.mkopt.mk>
#