Skip to content

Commit 92e8fb6

Browse files
authored
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
1 parent 8d534c3 commit 92e8fb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ KERNEL_H = \
44
atomic.h \
55
byteorder.h \
66
callb.h \
7+
ccompat.h \
78
ccompile.h \
89
cmn_err.h \
910
condvar.h \
@@ -18,9 +19,11 @@ KERNEL_H = \
1819
fcntl.h \
1920
file.h \
2021
freebsd_rwlock.h \
22+
idmap.h \
2123
inttypes.h \
2224
isa_defs.h \
2325
kmem_cache.h \
26+
kidmap.h \
2427
kmem.h \
2528
kstat.h \
2629
list_impl.h \

0 commit comments

Comments
 (0)