d069518527
MFC after: 2 weeks Relnotes: yes
14 lines
233 B
Makefile
14 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
|