From owner-cvs-all Wed Jan 9 3:46: 4 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B381237B404; Wed, 9 Jan 2002 03:45:58 -0800 (PST) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g09BjwZ48508; Wed, 9 Jan 2002 03:45:58 -0800 (PST) (envelope-from sheldonh) Message-Id: <200201091145.g09BjwZ48508@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 9 Jan 2002 03:45:58 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/smbfs Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG sheldonh 2002/01/09 03:45:58 PST Modified files: sys/modules/smbfs Makefile Log: Use KMODDEPS to document module dependencies on libiconv and libmchain. KMODDEPS seems to be a no-op in HEAD, but is required in RELENG_4, where MODULE_DEPEND seems to be a no-op. Therefore, this change is harmless in -CURRENT, but will fix the dependencies when merged to RELENG_4, where they are currently not registered! PR: kern/33625 Submitted by: Joe Marcus Clarke Revision Changes Path 1.2 +1 -0 src/sys/modules/smbfs/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message