Hello,
After finding some problems with building a new kernel on FreeBSD 8.3 (upgraded from a 7.1 minimal installation), I decided to join the FreeBSD forum, as I did not find any hint on what might be wrong.
The problem:
So, what I found out: it was looking for the file /usr/src/share/mk/sys.mk which is indeed missing.
In fact, all files in /usr/src/share/mk end with ,v (so they remind me of cvs), but no sys.mk file or else as such.
So, what package or distribution is missing?
Thank you for any help,
Thomas
After finding some problems with building a new kernel on FreeBSD 8.3 (upgraded from a 7.1 minimal installation), I decided to join the FreeBSD forum, as I did not find any hint on what might be wrong.
The problem:
Code:
ba#:/usr/src> make buildkernel
make: no system rules (sys.mk).
*** Error code 2
Stop in /usr/src.
ba#:/usr/src>
So, what I found out: it was looking for the file /usr/src/share/mk/sys.mk which is indeed missing.
In fact, all files in /usr/src/share/mk end with ,v (so they remind me of cvs), but no sys.mk file or else as such.
So, what package or distribution is missing?
Thank you for any help,
Thomas