1##
2## $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#4 $
3##
4
5SUBDIRS =		\
6	auditdistd	\
7	auditfilterd	\
8	auditreduce	\
9	praudit
10
11if HAVE_AUDIT_SYSCALLS
12SUBDIRS +=		\
13	audit		\
14	auditd
15endif
16