Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Jan 2006 15:45:41 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90795 for review
Message-ID:  <200601311545.k0VFjfAc046452@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=90795

Change 90795 by rwatson@rwatson_zoo on 2006/01/31 15:45:32

	Add audit(8) to the set of automatically built binaries in OpenBSM.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/bin/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/bin/Makefile#4 (text+ko) ====

@@ -1,8 +1,9 @@
 #
-# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile#3 $
+# $P4: //depot/projects/trustedbsd/openbsm/bin/Makefile#4 $
 #
 
-SUBDIR=	auditd								\
+SUBDIR=	audit								\
+	auditd								\
 	auditreduce							\
 	praudit
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601311545.k0VFjfAc046452>