mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
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 <behlendorf1@llnl.gov> Reviewed-by: Ryan Moeller <ryan@iXsystems.com> Signed-off-by: Allan Jude <allan@klarasystems.com> Closes #11705
This commit is contained in:
parent
8d534c37ac
commit
92e8fb6395
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user