PERFORCE change 90923 for review

Todd Miller millert at FreeBSD.org
Thu Feb 2 15:07:27 GMT 2006


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

Change 90923 by millert at millert_g4tower on 2006/02/02 15:06:51

	Comment out .defs files we don't have in the tree yet.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/Makefile#7 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/sedarwin/policy/Makefile#7 (text+ko) ====

@@ -45,7 +45,9 @@
 
 # Mig security classes and access vectors
 
-DEFS = $(DARWIN_ROOT)/system_cmds/mach_init.tproj/bootstrap.defs $(DARWIN_ROOT)/netinfo/servers/notifyd/notify_ipc.defs $(DARWIN_ROOT)/../../examples/mig/mtest.defs
+DEFS = $(DARWIN_ROOT)/system_cmds/mach_init.tproj/bootstrap.defs
+#DEFS+= $(DARWIN_ROOT)/netinfo/servers/notifyd/notify_ipc.defs
+#DEFS+= $(DARWIN_ROOT)/../../examples/mig/mtest.defs
 
 mig_msgids: $(DEFS)
 	echo > $@
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