mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
13 lines
233 B
Makefile
13 lines
233 B
Makefile
if ! USE_NATIVE_INCLUDES
|
|
openbsmdir = $(includedir)/bsm
|
|
|
|
openbsm_HEADERS = \
|
|
audit.h \
|
|
audit_domain.h \
|
|
audit_errno.h \
|
|
audit_fcntl.h \
|
|
audit_internal.h \
|
|
audit_kevents.h \
|
|
audit_record.h \
|
|
audit_socket_type.h
|
|
endif
|