From owner-cvs-sys Tue Dec 26 05:58:36 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03620 for cvs-sys-outgoing; Tue, 26 Dec 1995 05:58:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA03609 Tue, 26 Dec 1995 05:58:33 -0800 (PST) Date: Tue, 26 Dec 1995 05:58:33 -0800 (PST) From: Bruce Evans Message-Id: <199512261358.FAA03609@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/libkern Makefile Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/26 05:58:32 Modified: sys Makefile sys/i386/conf Makefile.i386 files.i386 sys/i386/i386 support.s Removed: sys/libkern Makefile Log: Removed almost all traces of libkern.a. The objects that were in libkern.a are now specified by listing their source files in files.${MACHINE}. The list is machine-dependent to save space. All the necessary object for each machine must be linked into the kernel in case an lkm wants one. Revision Changes Path 1.4 +2 -2 src/sys/Makefile 1.72 +4 -26 src/sys/i386/conf/Makefile.i386 1.121 +18 -1 src/sys/i386/conf/files.i386 1.29 +1 -20 src/sys/i386/i386/support.s