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=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> bsd.kmod.mk already includes those (via /sys/conf/kmod.mk). :) -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606130934.31628.jhb>
