aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAllan Jude <[email protected]>2021-03-11 20:13:34 -0500
committerGitHub <[email protected]>2021-03-11 17:13:34 -0800
commit92e8fb63956e8df91bab9644a2b5838486942686 (patch)
tree03bf4ac720b4606b9b0c99a30f223549f9f2cb83 /include
parent8d534c37ac745a8fd9e41f756012118d27b90bb4 (diff)
Add missing files to Makefile
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 <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Signed-off-by: Allan Jude <[email protected]> Closes #11705
Diffstat (limited to 'include')
-rw-r--r--include/os/freebsd/spl/sys/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/os/freebsd/spl/sys/Makefile.am b/include/os/freebsd/spl/sys/Makefile.am
index ca45b42b6..6bee47830 100644
--- a/include/os/freebsd/spl/sys/Makefile.am
+++ b/include/os/freebsd/spl/sys/Makefile.am
@@ -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 \