From owner-freebsd-questions Sat Feb 22 02:47:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA29380 for questions-outgoing; Sat, 22 Feb 1997 02:47:58 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id CAA29375 for ; Sat, 22 Feb 1997 02:47:54 -0800 (PST) Received: by sequent.kiae.su id AA20278 (5.65.kiae-2 for questions@FreeBSD.ORG); Sat, 22 Feb 1997 13:46:29 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Sat, 22 Feb 97 13:46:28 +0300 Received: from localhost by gw.mgsu.msk.su id OAA00259; (8.6.5/vak/1.8a) Sat, 22 Feb 1997 14:43:56 +0300 To: questions@FreeBSD.ORG Message-Id: Organization: Merani Ltd. From: "Dmitry Nikolayev" Date: Sat, 22 Feb 97 11:43:55 +0000 X-Mailer: BML [UNIX Beauty Mail v.1.39] Subject: Still can't build my kernel. Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi. Thank you all for your responds, despite the fact that you've just advised me to RTFM :]. But it seems that I am the one to blame - I did not give full enough discription of the case. So, here goes... I'm not bold enough to do something more or less serious without getting at least a couple of words about the subject. Of course, I've read the manuals. "FreeBSD Handbook" and "FreeBSD FAQs", both from the http://www.freebsd.org. My FreeBSD version is 1.1.5.1 (maybe there is something special in it?). I did the following: #cd /usr/src/sys/i386/conf #config MYKERNEL #cd /usr/src/sys/compile/MYKERNEL #make depend #make (or) #make all #make install ^^^^^^^^^^^^^^^ Anything is Ok, except for this last command. It fails with: make: don't know how to make install. Stop I looked through ../compile/MYKERNEL/Makefile. It does not contain "install:" entry. Is it normal? Does "make" have to look for it somewhere else? I guess, that's all. Thanks for your help. Bye. dn