From 62394a63c818bec723e4951096bd40fcf52f8b6b Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Tue, 26 Dec 1995 13:58:31 +0000 Subject: 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. --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/Makefile') diff --git a/sys/Makefile b/sys/Makefile index 00d80648ef6d..d2205c00a218 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.2 1994/08/02 07:38:17 davidg Exp $ +# $Id: Makefile,v 1.3 1994/08/25 13:54:28 paul Exp $ -SUBDIR= ${MACHINE}/boot libkern +SUBDIR= ${MACHINE}/boot .include -- cgit v1.3