mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-04 03:38:18 +03:00

All changes needed for the libspl layer. This includes modifications to files directly copied from OpenSolaris and the addition of new files needed to fill in the gaps. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
8 lines
275 B
Makefile
8 lines
275 B
Makefile
nobase_pkginclude_HEADERS = *.h
|
|
nobase_pkginclude_HEADERS += ia32/sys/*.h
|
|
nobase_pkginclude_HEADERS += rpc/*.h
|
|
nobase_pkginclude_HEADERS += sys/*.h
|
|
nobase_pkginclude_HEADERS += sys/dktp/*.h
|
|
nobase_pkginclude_HEADERS += sys/sysevent/*.h
|
|
nobase_pkginclude_HEADERS += util/*.h
|