]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add missing files to Makefile
authorAllan Jude <allan@klarasystems.com>
Fri, 12 Mar 2021 01:13:34 +0000 (20:13 -0500)
committerGitHub <noreply@github.com>
Fri, 12 Mar 2021 01:13:34 +0000 (17:13 -0800)
Some .h files that were added were missed in this Makefile. Since
they are .h files, their being missing only resulted in them
disappeared from the dist archive.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Closes #11705

include/os/freebsd/spl/sys/Makefile.am

index ca45b42b6b8da576127a70cbd695264a03d9c31b..6bee47830d9c0cfa13228e989ee3113c7150b617 100644 (file)
@@ -4,6 +4,7 @@ KERNEL_H = \
        atomic.h \
        byteorder.h \
        callb.h \
+       ccompat.h \
        ccompile.h \
        cmn_err.h \
        condvar.h \
@@ -18,9 +19,11 @@ KERNEL_H = \
        fcntl.h \
        file.h \
        freebsd_rwlock.h \
+       idmap.h \
        inttypes.h \
        isa_defs.h \
        kmem_cache.h \
+       kidmap.h \
        kmem.h \
        kstat.h \
        list_impl.h \