Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2003 11:10:29 -0700 (PDT)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 38137 for review
Message-ID:  <200309161810.h8GIATsj025628@repoman.freebsd.org>

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

Change 38137 by cvance@cvance_osx_laptop on 2003/09/16 11:09:37

	Now that was a big PITA.
	Add a couple top-level security module directories to the build.
	They are currently empty, but are built and linked into the kernel.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/Makefile#2 edit
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/MASTER#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/MASTER.i386#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/MASTER.ppc#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/Makefile.i386#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/Makefile.ppc#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/Makefile.template#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/copyright.nai#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/files#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/files.i386#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/files.ppc#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/kernelversion.major#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/kernelversion.minor#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/kernelversion.variant#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/tools/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/tools/doconf/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/tools/doconf/doconf.csh#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/tools/newvers/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/tools/newvers/newvers.csh#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/version.major#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/version.minor#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/conf/version.variant#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/mac_test/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/mac_test/test.c#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/sebsd/Makefile#1 add
.. //depot/projects/trustedbsd/sedarwin/apsl/xnu/security/sebsd/sebsd.c#1 add

Differences ...

==== //depot/projects/trustedbsd/sedarwin/apsl/xnu/Makefile#2 (text+ko) ====

@@ -29,7 +29,8 @@
 	bsd  \
 	pexpert \
 	libkern \
-	libsa
+	libsa \
+	security
 
 INSTINC_SUBDIRS = $(ALL_SUBDIRS)
 



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