PERFORCE change 111023 for review

Todd Miller millert at FreeBSD.org
Mon Dec 4 08:46:41 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=111023

Change 111023 by millert at millert_g5tower on 2006/12/04 16:37:42

	Do not build/install the DeviceAccessControl kext.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/Makefile#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/Makefile#4 (text+ko) ====

@@ -8,7 +8,6 @@
 	$(MAKE) -C cctools
 	$(MAKE) -C kext_tools
 	$(MAKE) -C $(XNU)
-	$(MAKE) -C drivers
 	$(MAKE) -C bootstrap_cmds
 	$(MAKE) -C libmac
 	$(MAKE) -C mac_cmds
@@ -29,7 +28,6 @@
 		$(DESTDIR)/$(SYSTEM_PLUGINS)/
 	install -m 644 $(XNU)/BUILD/dst/mach_kernel $(DESTDIR)/
 	tar -C $(XNU)/BUILD/dst -cf - usr/include | tar -C $(DESTDIR) -xf -
-	$(MAKE) -C drivers DSTROOT=$(DESTDIR) install
 	$(MAKE) -C libmac install
 	$(MAKE) -C mac_cmds install
 	$(MAKE) -C osx_cmds install
@@ -49,7 +47,6 @@
 	$(MAKE) -C bootstrap_cmds clean
 	$(MAKE) -C cctools clean
 	$(MAKE) -C kext_tools clean
-	$(MAKE) -C drivers clean
 	$(MAKE) -C libmac clean
 	$(MAKE) -C mac_cmds clean
 	$(MAKE) -C osx_cmds clean


More information about the trustedbsd-cvs mailing list