aboutsummaryrefslogtreecommitdiff
path: root/bin/Makefile.am
blob: 16073e982ff1b26e4445ce5fb5a2900b90804763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile.am#4 $
##

SUBDIRS =		\
	auditdistd	\
	auditfilterd	\
	auditreduce	\
	praudit

if HAVE_AUDIT_SYSCALLS
SUBDIRS +=		\
	audit		\
	auditd
endif