From owner-p4-projects@FreeBSD.ORG Tue Sep 16 11:10:31 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0514C16A4C0; Tue, 16 Sep 2003 11:10:31 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C95FC16A4B3 for ; Tue, 16 Sep 2003 11:10:30 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32BD143FE9 for ; Tue, 16 Sep 2003 11:10:30 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h8GIAT0U025633 for ; Tue, 16 Sep 2003 11:10:29 -0700 (PDT) (envelope-from cvance@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h8GIATsj025628 for perforce@freebsd.org; Tue, 16 Sep 2003 11:10:29 -0700 (PDT) Date: Tue, 16 Sep 2003 11:10:29 -0700 (PDT) Message-Id: <200309161810.h8GIATsj025628@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to cvance@nailabs.com using -f From: Chris Vance To: Perforce Change Reviews Subject: PERFORCE change 38137 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 18:10:31 -0000 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)