2bd138f9ed
import.
15 lines
183 B
Makefile
15 lines
183 B
Makefile
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#3 $
|
|
#
|
|
|
|
SUBDIRS = \
|
|
auditfilterd \
|
|
auditreduce \
|
|
praudit
|
|
|
|
if HAVE_AUDIT_SYSCALLS
|
|
SUBDIRS += \
|
|
audit \
|
|
auditd
|
|
endif
|