Subject: Re: amd install
To: <>
From: None <mcmahill@mtl.mit.edu>
List: netbsd-users
Date: 11/19/1999 09:03:45
On Fri, 19 Nov 1999, Manuel Bouyer wrote:
> On Thu, Nov 18, 1999 at 03:15:40PM -0500, mcmahill@mtl.mit.edu wrote:
> >
> >
> > so I just rebuilt amd under 1.4.1 (for the security fix). Whats the magic
> > that goes with 'make install' to make it all go in the right place? I
> > built amd by
> >
> > cd /usr/src/basesrc/usr.sbin/amd
> > make
>
> The ../Makefile.inc is aumatically included (by some file from /usr/share/mk
> included by amd's Makefile). In contains:
> BINDIR?= /usr/sbin
>
thanks. I had only extracted basesrc/usr.sbin/amd and neglected
basesrc/usr.sbin/Makefile.inc. Its all ok now.
thanks again
-Dan