From owner-cvs-all Sat Apr 8 10:20: 5 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 3D4EA37BA6D; Sat, 8 Apr 2000 10:20:02 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA56249; Sat, 8 Apr 2000 10:20:01 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200004081720.KAA56249@freefall.freebsd.org> From: Warner Losh Date: Sat, 8 Apr 2000 10:20:01 -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 imp 2000/04/08 10:20:01 PDT Modified files: share/mk bsd.kmod.mk Log: Add support for compiling kernel modules outside of the tree. If you do not have the kernel you wish to compile against in either /usr/src/sys or /sys, then you will need to set SYSDIR to point to the sys directory of the source tree that contians the source. Also, minor tweaks to the load/unload targets from Bruce. I've had this through several make worlds, as well as using it on a daily basis for the past couple of weeks to build modules needed for testing at Timing Solutions. Reviewed and revised by: bde Work sponsored by: Timing Solutions Revision Changes Path 1.79 +20 -31 src/share/mk/bsd.kmod.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message