Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 1998 07:36:46 +1100 (EST)
From:      John Birrell  <jb@cimlogic.com.au>
To:        eculp@webwizard.org.mx (Edwin Culp)
Cc:        freebsd-current@FreeBSD.ORG
Subject:   Re: Make World Failed
Message-ID:  <199812102036.HAA15535@cimlogic.com.au>
In-Reply-To: <366FEB82.9C668E66@webwizard.org.mx> from Edwin Culp at "Dec 10, 98 09:40:50 am"

next in thread | previous in thread | raw e-mail | index | archive | help
Edwin Culp wrote:
> With:
> install -c -s -o root -g wheel -m 555   bdes /usr/bin
> install -c -o root -g wheel -m 444 bdes.1.gz  /usr/share/man/man1
> ===> etc
> install -c -o root -g wheel -m 644  fbtab auth.conf rc.atm rc.devfs
> /etc
> install: fbtab: No such file or directory
> *** Error code 71

Does that file exist in your /usr/src/etc?
If so, I guess my makefile change needs `cd ${.CURDIR};' added before
the ${INSTALL}. Try that.

-- 
John Birrell - jb@cimlogic.com.au; jb@freebsd.org http://www.cimlogic.com.au/
CIMlogic Pty Ltd, GPO Box 117A, Melbourne Vic 3001, Australia +61 418 353 137

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812102036.HAA15535>