atom feed1 message in org.freebsd.p4-projectsPERFORCE change 69654 for review
FromSent OnAttachments
Robert WatsonJan 24, 2005 3:34 pm 
Subject:PERFORCE change 69654 for review
From:Robert Watson (rwat@FreeBSD.org)
Date:Jan 24, 2005 3:34:51 pm
List:org.freebsd.p4-projects

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)