PERFORCE change 96626 for review

John Birrell jb at FreeBSD.org
Wed May 3 22:38:56 UTC 2006


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

Change 96626 by jb at jb_freebsd2 on 2006/05/03 22:38:24

	Add the 'profile' provider module to the load/unload developer
	convenience targets.

Affected files ...

.. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#12 edit

Differences ...

==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#12 (text+ko) ====

@@ -8,11 +8,13 @@
 
 load	:
 	-kldload dtrace
+	-kldload profile
 	-kldload systrace
 	kldstat
 
 unload	:
 	-kldunload systrace
+	-kldunload profile
 	-kldunload dtrace
 	kldstat
 


More information about the p4-projects mailing list