Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Apr 1997 11:01:22 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Anton Zykov <zykov@dickinson.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: custom kernel
Message-ID:  <Pine.BSF.3.96.970402110001.1741F-100000@localhost>
In-Reply-To: <Pine.OSF.3.95q.970401184833.8788A-100000@alpha.dickinson.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 1 Apr 1997, Anton Zykov wrote:

> I'm trying to compile a new kernel, but make gives me the following error:
> 
> make: no system rules (sys.mk)
> 
> How can I repair all that? Please help.

You need to install the kernel sources (src/ssys.*) if you haven't
already.

YOu can get them by:

1.  Fetch the appropriate files for your release.  This is for 2.2.1:
ftp ftp.freebsd.org
cd /pub/FreeBSD/2.2.1-RELEASE/src
binary
mget ssys.*

2.  Extract:

su
cd /usr/src
cat ssys.* | tar xzf -

3.  Build as described.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970402110001.1741F-100000>