freebsd-dev/contrib/openbsm/sys/bsm/Makefile.am
Robert Watson aa77200569 Merge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD 10-CURRENT; the
primary new feature is auditdistd.

Obtained from:	TrustedBSD Project
Sponsored by:	The FreeBSD Foundation (auditdistd)
2012-12-01 11:58:08 +00:00

19 lines
309 B
Makefile

##
## $P4: //depot/projects/trustedbsd/openbsm/sys/bsm/Makefile.am#5 $
##
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