From owner-svn-src-all@freebsd.org Thu Oct 1 05:56:39 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BBC40A0E61B; Thu, 1 Oct 2015 05:56:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A8CD51D3A; Thu, 1 Oct 2015 05:56:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t915udCp012223; Thu, 1 Oct 2015 05:56:39 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t915udJs012222; Thu, 1 Oct 2015 05:56:39 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201510010556.t915udJs012222@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 1 Oct 2015 05:56:39 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r288437 - head/sys/modules/otus X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Thu, 01 Oct 2015 05:56:39 -0000 Author: lwhsu (ports committer) Date: Thu Oct 1 05:56:38 2015 New Revision: 288437 URL: https://svnweb.freebsd.org/changeset/base/288437 Log: Fix `make depend` in sys/modules/otus Reviewed by: delphij Approved by: delphij Differential Revision: https://reviews.freebsd.org/D3751 Modified: head/sys/modules/otus/Makefile Modified: head/sys/modules/otus/Makefile ============================================================================== --- head/sys/modules/otus/Makefile Thu Oct 1 01:50:20 2015 (r288436) +++ head/sys/modules/otus/Makefile Thu Oct 1 05:56:38 2015 (r288437) @@ -5,6 +5,6 @@ KMOD = if_otus SRCS = if_otus.c if_otusreg.h \ bus_if.h device_if.h \ - opt_bus.h opt_usb.h usb_if.h usbdevs.h + opt_bus.h opt_usb.h opt_wlan.h usb_if.h usbdevs.h .include