summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-12-01 15:11:46 +0000
committerrwatson <rwatson@FreeBSD.org>2012-12-01 15:11:46 +0000
commit991e942bf20fdf0e5d8ef3a6a152c146e904a93a (patch)
treed64700191d32afaae27cefd774f48054c33975d8 /usr.sbin/Makefile
parent81b0e0a69f7f1dc223a50bd085c98f86bdf4b6e5 (diff)
downloadFreeBSD-src-991e942bf20fdf0e5d8ef3a6a152c146e904a93a.zip
FreeBSD-src-991e942bf20fdf0e5d8ef3a6a152c146e904a93a.tar.gz
Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
auditdistd (distributed audit daemon) to the build: - Manual cross references - Makefile for auditdistd - rc.d script, rc.conf entrie - New group and user for auditdistd; associated aliases, etc. The audit trail distribution daemon provides reliable, cryptographically protected (and sandboxed) delivery of audit tails from live clients to audit server hosts in order to both allow centralised analysis, and improve resilience in the event of client compromises: clients are not permitted to change trail contents after submission. Submitted by: pjd Sponsored by: The FreeBSD Foundation (auditdistd)
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 296856b..aaf2483 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -110,6 +110,9 @@ SUBDIR+= amd
.if ${MK_AUDIT} != "no"
SUBDIR+= audit
SUBDIR+= auditd
+.if ${MK_OPENSSL} != "no"
+SUBDIR+= auditdistd
+.endif
SUBDIR+= auditreduce
SUBDIR+= praudit
.endif
OpenPOWER on IntegriCloud