aa77200569
primary new feature is auditdistd. Obtained from: TrustedBSD Project Sponsored by: The FreeBSD Foundation (auditdistd)
16 lines
200 B
Makefile
16 lines
200 B
Makefile
##
|
|
## $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#4 $
|
|
##
|
|
|
|
SUBDIRS = \
|
|
auditdistd \
|
|
auditfilterd \
|
|
auditreduce \
|
|
praudit
|
|
|
|
if HAVE_AUDIT_SYSCALLS
|
|
SUBDIRS += \
|
|
audit \
|
|
auditd
|
|
endif
|