Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2006 15:07:27 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 90923 for review
Message-ID:  <200602021507.k12F7RiR088937@repoman.freebsd.org>

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

Change 90923 by millert@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 > $@



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