From owner-cvs-all Mon May 1 11: 6:53 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4E7F337C4AA; Mon, 1 May 2000 11:06:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA88758; Mon, 1 May 2000 11:06:50 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200005011806.LAA88758@freefall.freebsd.org> From: Peter Wemm Date: Mon, 1 May 2000 11:06:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/05/01 11:06:50 PDT Modified files: share/mk bsd.kmod.mk Log: Remove KMODDEPS support. All our existing dependencies are specified via the MODULE_VERSION() and MODULE_DEPEND() macros that both the loader and kld system know how to deal with. The old DT_NEEDED tag is still supported by the loader (and will remain supported for a while) - but the kernel side presently doesn't know how to deal with DT_NEEDED. Revision Changes Path 1.80 +7 -19 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message