PERFORCE change 38137 for review
Chris Vance
cvance at FreeBSD.org
Tue Sep 16 18:10:29 GMT 2003
http://perforce.freebsd.org/chv.cgi?CH=38137
Change 38137 by cvance at 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)
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