mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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>
7 lines
275 B
Makefile
7 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
|