Hoist cddl prebuild lib dependency definitions out of a MK_ZFS block
The compilation of several libraries under cddl/lib is not conditional
on MK_ZFS = "yes", so their dependency on libspl is not conditional
either. Unbreak buildworld when WITHOUT_ZFS is set.
Reported by: bz
Fixes: 9e9c651caceb ("cddl: fix missing ZFS library dependencies")
(cherry picked from commit 7b3642da21cb4b1c301d8c6b6ce0847d19d8a473)