Date: Mon, 24 Jan 2005 23:35:09 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 69654 for review Message-ID: <200501242335.j0ONZ9jJ088198@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=69654 Change 69654 by rwatson@rwatson_tislabs on 2005/01/24 23:34:25 Hook up praudit and auditreduce to the global world build. Affected files ... .. //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#7 edit Differences ... ==== //depot/projects/trustedbsd/audit3/usr.sbin/Makefile#7 (text+ko) ==== @@ -15,6 +15,7 @@ ${_audit} \ ${_auditd} \ ${_auditon} \ + ${_auditreduce} \ ${_asf} \ ${_atm} \ ${_authpf} \ @@ -121,6 +122,7 @@ pppd \ pppstats \ ${_praliases} \ + ${_praudit} \ procctl \ pstat \ pw \ @@ -199,6 +201,8 @@ _audit= audit _auditd= auditd _auditon= auditon +_auditreduce= auditreduce +_praudit= praudit .endif .if !defined(NO_BIND)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501242335.j0ONZ9jJ088198>