PERFORCE change 69737 for review

Wayne Salamon wsalamon at FreeBSD.org
Wed Jan 26 00:06:44 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=69737

Change 69737 by wsalamon at rickenbacker on 2005/01/26 00:06:36

	Change Makefile to be BSD make compliant. Remove the mach tests from 
	the build.

Affected files ...

.. //depot/projects/trustedbsd/audit3/tools/regression/audit/test/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/audit3/tools/regression/audit/test/Makefile#2 (text+ko) ====

@@ -25,12 +25,11 @@
 # IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 # POSSIBILITY OF SUCH DAMAGE.
 #
-
 #
 # Top-level make file for building and running the audit test programs.
 #
 
-export SUBDIRS = lib file filesystem ipc mach net other process syscall system
+SUBDIRS=lib file filesystem ipc net other process syscall system
 
 #
 # From audittest.h:
@@ -41,7 +40,7 @@
 #  AUT_PERROR_FLAG         0x1000
 #
 #
-export ASSERT_FLAGS = 0x0010
+ASSERT_FLAGS=0x0010
 
 all:
 	@for subdir in $(SUBDIRS); do \
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list