summaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2025-06-16 09:45:46 -0400
committerEd Maste <emaste@FreeBSD.org>2025-06-16 10:47:22 -0400
commit6b70ffeb2a652ee76e763fb81ed777de2d97e873 (patch)
treed7fd2c55937cc81162e187e88909e1232dfc87ed /cddl
parenta07604e6264b88222941fa61c6f989bad5490765 (diff)
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
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/libtpool/tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cddl/lib/libtpool/tests/Makefile b/cddl/lib/libtpool/tests/Makefile
index d87f5fc86789..19e43cc18821 100644
--- a/cddl/lib/libtpool/tests/Makefile
+++ b/cddl/lib/libtpool/tests/Makefile
@@ -9,4 +9,5 @@ CFLAGS+= -I${ZFSTOP}/include \
LIBADD+= pthread tpool
+.include "${SRCTOP}/cddl/Makefile.inc"
.include <bsd.test.mk>