On Mon, Jan 12, 2015 at 07:49:32PM -0500, Ted Unangst wrote: > On Tue, Jan 13, 2015 at 00:39, Simon Nicolussi wrote: > > Theo de Raadt wrote: > >> Oh so someone actually uses the install target? I've been thinking > >> about deleting it.... > > > > First the powerdown= feature, now this. I seem to have a hidden talent > > for using just the things you're ripping out. Oh well, in that case: > > I liked the first diff a lot more. I use make install.
Seconded. > > > > > Index: faq/faq5.html > > =================================================================== > > RCS file: /cvs/www/faq/faq5.html,v > > retrieving revision 1.206 > > diff -u -r1.206 faq5.html > > --- faq/faq5.html 1 Dec 2014 09:49:47 -0000 1.206 > > +++ faq/faq5.html 12 Jan 2015 23:34:05 -0000 > > @@ -662,7 +662,7 @@ > > # <b>cd ../compile/GENERIC</b> > > # <b>make clean && make</b> > > <i>[...lots of output...]</i> > > -# <b>make install</b> > > +# <b>cp bsd /nbsd && mv /nbsd /bsd</b> > > </pre></blockquote> > > > > Replace "<tt>i386</tt>" in the first line with your platform name. > > >