blob: 735c241baf3aa5999fc51aebc9bd316fbe1fa713 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#3 $
#
SUBDIRS = \
auditfilterd \
auditreduce \
praudit
if HAVE_AUDIT_SYSCALLS
SUBDIRS += \
audit \
auditd
endif
|