Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Mar 2006 12:25:35 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92898 for review
Message-ID:  <200603071225.k27CPZPB084546@repoman.freebsd.org>

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

Change 92898 by rwatson@rwatson_lethe.cl.cam.ac.uk on 2006/03/07 12:24:36

	autoconf/automake bits for test subtree and generate tool.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/configure.ac#17 edit
.. //depot/projects/trustedbsd/openbsm/test/Makefile.am#1 add
.. //depot/projects/trustedbsd/openbsm/test/bsm/Makefile#2 delete
.. //depot/projects/trustedbsd/openbsm/test/bsm/Makefile.am#1 add

Differences ...

==== //depot/projects/trustedbsd/openbsm/configure.ac#17 (text+ko) ====

@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.59)
 AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#16 $])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#17 $])
 AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADER([config/config.h])
@@ -104,6 +104,8 @@
                  bsm/Makefile
                  libbsm/Makefile
                  man/Makefile
+                 test/Makefile
+                 test/bsm/Makefile
                  tools/Makefile])
 
 AC_OUTPUT



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