From owner-freebsd-stable Mon Nov 11 05:40:28 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA13917 for stable-outgoing; Mon, 11 Nov 1996 05:40:28 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA13912 for ; Mon, 11 Nov 1996 05:40:26 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.8.2/8.6.9) with ESMTP id FAA02435; Mon, 11 Nov 1996 05:39:19 -0800 (PST) To: BSD Mailinglisten-User cc: stable@freebsd.org Subject: Re: make depend failed after CVSup In-reply-to: Your message of "Mon, 11 Nov 1996 13:11:37 +0100." Date: Mon, 11 Nov 1996 05:39:19 -0800 Message-ID: <2433.847719559@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Everything went smoothly, after about 2 hours the program finished > successfully. After this I went to /usr/src and started "make depend". > Unfortunately, it stopped with > > ===> sys/i386/boot/rawboot > "Makefile", line 95: Could not find bsd.kern.mk That's why "make world" is a better target to run if you're following -current. :-) You need to make mk first. Jordan