summaryrefslogtreecommitdiffstats
path: root/sys/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-26 13:58:31 +0000
committerbde <bde@FreeBSD.org>1995-12-26 13:58:31 +0000
commit49ed6a09d11ec3db6deb7797c3b4b4133b57856a (patch)
treeb2817a4f30b6287ab4c4e346b4f8d4e6b8281eea /sys/Makefile
parent6a0ace8bd06c07596749965bccd76d8a1f0e4605 (diff)
downloadFreeBSD-src-49ed6a09d11ec3db6deb7797c3b4b4133b57856a.zip
FreeBSD-src-49ed6a09d11ec3db6deb7797c3b4b4133b57856a.tar.gz
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.
Diffstat (limited to 'sys/Makefile')
-rw-r--r--sys/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile
index 00d8064..d2205c0 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 <bsd.subdir.mk>
OpenPOWER on IntegriCloud