From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 8 21:24:24 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E49C616A4CE for ; Sat, 8 Nov 2003 21:24:24 -0800 (PST) Received: from mx5.mail.ru (mx5.mail.ru [194.67.23.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 113D743FA3 for ; Sat, 8 Nov 2003 21:24:24 -0800 (PST) (envelope-from tsmm@list.ru) Received: from [80.241.32.181] (port=49165 helo=list.ru) by mx5.mail.ru with esmtp id 1AIi3g-000AyG-00 for freebsd-hackers@freebsd.org; Sun, 09 Nov 2003 08:24:21 +0300 From: TSaplin Mikhail To: freebsd-hackers@freebsd.org User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: 7bit Message-Id: <200312091125.10365.tsmm@list.ru> X-Spam: Not detected Subject: config and opt_*h files, how it works? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 09 Nov 2003 05:24:25 -0000 X-Original-Date: Tue, 9 Dec 2003 11:25:10 +0600 X-List-Received-Date: Sun, 09 Nov 2003 05:24:25 -0000 I want add some my own options to kernel. I've add "U04_KOI8R opt_cdunicode.h" to sys/conf/options, and #include "opt_cdunicode.h" to source files. But when i do make depend, mkdep cant find opt_cdunicode.h Whats wrong and how it works?