1## 2## $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/Makefile.am#5 $ 3## 4 5 6if ! USE_NATIVE_INCLUDES 7openbsmdir = $(includedir)/bsm 8 9openbsm_HEADERS = \ 10 audit.h \ 11 audit_domain.h \ 12 audit_errno.h \ 13 audit_fcntl.h \ 14 audit_internal.h \ 15 audit_kevents.h \ 16 audit_record.h \ 17 audit_socket_type.h 18endif 19