PERFORCE change 95641 for review

John Baldwin jhb at freebsd.org
Tue Jun 13 13:34:40 UTC 2006


On Wednesday 19 April 2006 20:58, John Birrell wrote:
> http://perforce.freebsd.org/chv.cgi?CH=95641
> 
> Change 95641 by jb at jb_freebsd2 on 2006/04/20 00:58:31
> 
> 	Add convenience targets to load and unload the module. I do that an
> 	/awful/ lot!
> 
> Affected files ...
> 
> . //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#4 edit
> 
> Differences ...
> 
> ==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#4 (text+ko) ====
> 
> @@ -10,4 +10,10 @@
>  		-I${.CURDIR}/../../contrib \
>  		-I${.CURDIR}/../..
>  
> +load	:
> +	kldload dtrace
> +
> +unload	:
> +	kldunload dtrace
> +
>  .include <bsd.kmod.mk>

bsd.kmod.mk already includes those (via /sys/conf/kmod.mk). :)

-- 
John Baldwin <jhb at FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org


More information about the p4-projects mailing list