diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2025-08-12 17:03:25 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2025-08-12 17:38:56 +0000 |
| commit | c9332a905cd2788bfa1c72c8f170c94500a765a2 (patch) | |
| tree | ae01613c2d39a7868b734a02858b65acb55079cd /cddl/lib | |
| parent | 40c2b622d825c7dea5002c9ea64fd8f3e833e8d9 (diff) | |
Diffstat (limited to 'cddl/lib')
| -rw-r--r-- | cddl/lib/libspl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cddl/lib/libspl/Makefile b/cddl/lib/libspl/Makefile index 13fd6d96f2af..d8d997c6f377 100644 --- a/cddl/lib/libspl/Makefile +++ b/cddl/lib/libspl/Makefile @@ -16,16 +16,16 @@ SRCS = \ os/freebsd/zone.c \ page.c \ timestamp.c \ - tunables.c \ include/sys/list.h \ include/sys/list_impl.h -# These functions are not required when bootstrapping and the atomic code -# will not compile when building on macOS. +# These functions are not required when bootstrapping and the atomic code, +# among others, will not compile when building on macOS. .if !defined(BOOTSTRAPPING) SRCS += \ atomic.c \ getexecname.c \ + tunables.c \ os/freebsd/getexecname.c \ os/freebsd/gethostid.c \ os/freebsd/getmntany.c \ |
