Date: Tue, 13 Jun 2006 09:34:31 -0400 From: John Baldwin <jhb@freebsd.org> To: John Birrell <jb@freebsd.org> Cc: Perforce Change Reviews <perforce@freebsd.org> Subject: Re: PERFORCE change 95641 for review Message-ID: <200606130934.31628.jhb@freebsd.org> In-Reply-To: <200604200058.k3K0wbxS078467@repoman.freebsd.org> References: <200604200058.k3K0wbxS078467@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 19 April 2006 20:58, John Birrell wrote: > http://perforce.freebsd.org/chv.cgi?CH=3D95641 >=20 > Change 95641 by jb@jb_freebsd2 on 2006/04/20 00:58:31 >=20 > Add convenience targets to load and unload the module. I do that an > /awful/ lot! >=20 > Affected files ... >=20 > . //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#4 edit >=20 > Differences ... >=20 > =3D=3D=3D=3D //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#4 (t= ext+ko) =3D=3D=3D=3D >=20 > @@ -10,4 +10,10 @@ > -I${.CURDIR}/../../contrib \ > -I${.CURDIR}/../.. > =20 > +load : > + kldload dtrace > + > +unload : > + kldunload dtrace > + > .include <bsd.kmod.mk> bsd.kmod.mk already includes those (via /sys/conf/kmod.mk). :) =2D-=20 John Baldwin <jhb@FreeBSD.org> =A0<>< =A0http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" =A0=3D =A0http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606130934.31628.jhb>