From owner-cvs-all Thu Jul 19 8:58:46 2001 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 0486E37B405; Thu, 19 Jul 2001 08:58:41 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6JFweC38854; Thu, 19 Jul 2001 08:58:40 -0700 (PDT) (envelope-from jlemon) Message-Id: <200107191558.f6JFweC38854@freefall.freebsd.org> From: Jonathan Lemon Date: Thu, 19 Jul 2001 08:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/modules/fxp 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 jlemon 2001/07/19 08:58:40 PDT Modified files: sys/modules/fxp Makefile Log: Unconditinally turn on VLAN support when building fxp as a module, since it may be plugged into a kernel that supports VLANs. If the kernel is not VLAN aware, things will still work as before. Modules don't really have option support, so this is somewhat of a hack. Revision Changes Path 1.16 +2 -2 src/sys/modules/fxp/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message