Fix Makefiles
Update zfs_config.h and zfs_gitrev.h
This commit is contained in:
Martin Matuska
2025-11-16 12:15:14 +01:00
parent 8ac904ce09
commit 4303bde429
27 changed files with 62 additions and 17 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ CFLAGS.${src}+=-I${SRCTOP}/sys
LIBADD= geom md ufs
.if ${MK_ZFS} != "no"
LIBADD+=nvpair zfs spl
LIBADD+=nvpair zfs spl pthread
.endif
.include <bsd.prog.mk>