12 lines
167 B
Makefile
12 lines
167 B
Makefile
|
libspldir = $(includedir)/libspl/sys
|
||
|
libspl_HEADERS = \
|
||
|
byteorder.h \
|
||
|
file.h \
|
||
|
mnttab.h \
|
||
|
mount.h \
|
||
|
param.h \
|
||
|
stat.h \
|
||
|
sysmacros.h \
|
||
|
vfs.h \
|
||
|
zfs_context_os.h
|