summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-02-18 16:40:31 +0000
committerrwatson <rwatson@FreeBSD.org>2006-02-18 16:40:31 +0000
commitf2c869d6eb5604cf45c5ca2046911b270c23d0de (patch)
tree6231cb58dfb27784ec10a03a2e08b767d42eee04 /usr.sbin
parente63de5c5ca6322f1263c9ff28d253285060e3ce2 (diff)
downloadFreeBSD-src-f2c869d6eb5604cf45c5ca2046911b270c23d0de.zip
FreeBSD-src-f2c869d6eb5604cf45c5ca2046911b270c23d0de.tar.gz
Build audit command line tools only if NO_AUDIT isn't defined.
Submitted by: brueffer Obtained from: TrustedBSD Project
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/Makefile15
1 files changed, 11 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 7e0aea4..c1180ef 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -12,9 +12,9 @@ SUBDIR= ac \
${_apmd} \
${_arlcontrol} \
arp \
- audit \
- auditd \
- auditreduce \
+ ${_audit} \
+ ${_auditd} \
+ ${_auditreduce} \
${_asf} \
${_atm} \
${_authpf} \
@@ -122,7 +122,7 @@ SUBDIR= ac \
pppd \
pppstats \
${_praliases} \
- praudit \
+ ${_praudit} \
procctl \
pstat \
pw \
@@ -198,6 +198,13 @@ _sysinstall= sysinstall
_atm= atm
.endif
+.if !defined(NO_AUDIT)
+_audit= audit
+_auditd= auditd
+_auditreduce= auditreduce
+_praudit= praudit
+.endif
+
.if !defined(NO_BIND)
.if !defined(NO_BIND_DNSSEC) && !defined(NO_CRYPT)
_dnssec-keygen= dnssec-keygen
OpenPOWER on IntegriCloud