Date: Thu, 20 Apr 2006 00:58:37 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 95641 for review Message-ID: <200604200058.k3K0wbxS078467@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95641 Change 95641 by jb@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604200058.k3K0wbxS078467>