Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2005 00:06:44 GMT
From:      Wayne Salamon <wsalamon@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 69737 for review
Message-ID:  <200501260006.j0Q06ihK087807@repoman.freebsd.org>

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

Change 69737 by wsalamon@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 \



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