From owner-svn-src-all@FreeBSD.ORG Mon Feb 2 18:10:52 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D83E106567C; Mon, 2 Feb 2009 18:10:52 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 403F68FC1B; Mon, 2 Feb 2009 18:10:52 +0000 (UTC) (envelope-from emax@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n12IAqfu003724; Mon, 2 Feb 2009 18:10:52 GMT (envelope-from emax@svn.freebsd.org) Received: (from emax@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n12IAqJk003723; Mon, 2 Feb 2009 18:10:52 GMT (envelope-from emax@svn.freebsd.org) Message-Id: <200902021810.n12IAqJk003723@svn.freebsd.org> From: Maksim Yevmenkin Date: Mon, 2 Feb 2009 18:10:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r188014 - head/usr.sbin/bluetooth X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Feb 2009 18:10:53 -0000 Author: emax Date: Mon Feb 2 18:10:51 2009 New Revision: 188014 URL: http://svn.freebsd.org/changeset/base/188014 Log: Hook up btpand(8) to the build MFC after: 1 month Modified: head/usr.sbin/bluetooth/Makefile Modified: head/usr.sbin/bluetooth/Makefile ============================================================================== --- head/usr.sbin/bluetooth/Makefile Mon Feb 2 18:08:22 2009 (r188013) +++ head/usr.sbin/bluetooth/Makefile Mon Feb 2 18:10:51 2009 (r188014) @@ -6,6 +6,7 @@ SUBDIR= \ bt3cfw \ bthidcontrol \ bthidd \ + btpand \ hccontrol \ hcsecd \ hcseriald \