mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
Unused, empty, installs in a weird location Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13316
22 lines
293 B
Makefile
22 lines
293 B
Makefile
SUBDIRS = rpc sys 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
|