ZFS: Fix tests build with FORTIFY_SOURCE

Reviewed by:	kevans
Event:		Kitchener-Waterloo Hackathon 202506
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50876
This commit is contained in:
Ed Maste 2025-06-16 09:45:46 -04:00
parent a07604e626
commit 6b70ffeb2a

View file

@ -9,4 +9,5 @@ CFLAGS+= -I${ZFSTOP}/include \
LIBADD+= pthread tpool
.include "${SRCTOP}/cddl/Makefile.inc"
.include <bsd.test.mk>