23 lines
303 B
Makefile
23 lines
303 B
Makefile
|
SUBDIRS = ia32 rpc sys util os
|
||
|
|
||
|
libspldir = $(includedir)/libspl
|
||
|
libspl_HEADERS = \
|
||
|
assert.h \
|
||
|
atomic.h \
|
||
|
libdevinfo.h \
|
||
|
libgen.h \
|
||
|
libshare.h \
|
||
|
limits.h \
|
||
|
locale.h \
|
||
|
statcommon.h \
|
||
|
stdio.h \
|
||
|
stdlib.h \
|
||
|
string.h \
|
||
|
stropts.h \
|
||
|
thread.h \
|
||
|
tzfile.h \
|
||
|
ucred.h \
|
||
|
umem.h \
|
||
|
unistd.h \
|
||
|
zone.h
|