From owner-cvs-all@FreeBSD.ORG Thu Feb 3 21:52:53 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBF1416A4CE for ; Thu, 3 Feb 2005 21:52:53 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FDE743D2D for ; Thu, 3 Feb 2005 21:52:52 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id j13LnpIv078902 for cvs-all@FreeBSD.org.checked; Fri, 4 Feb 2005 00:49:51 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (localhost.cronyx.ru [127.0.0.1]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id j13Lm5Te078846; Fri, 4 Feb 2005 00:48:05 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <420299D7.7040600@cronyx.ru> Date: Fri, 04 Feb 2005 00:38:31 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: Ruslan Ermilov References: <200502031954.j13JsxKW057082@repoman.freebsd.org> In-Reply-To: <200502031954.j13JsxKW057082@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/netgraph Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Feb 2005 21:52:53 -0000 Ruslan Ermilov: >ru 2005-02-03 19:54:58 UTC > > FreeBSD src repository > > Modified files: > sys/modules/netgraph Makefile > Log: > Connect ng_device(4) to the build. > Thanks, I wonder, why this wasn't done before? rik > > Revision Changes Path > 1.40 +1 -0 src/sys/modules/netgraph/Makefile > >