62394a63c8
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.
6 lines
104 B
Makefile
6 lines
104 B
Makefile
# $Id: Makefile,v 1.3 1994/08/25 13:54:28 paul Exp $
|
|
|
|
SUBDIR= ${MACHINE}/boot
|
|
|
|
.include <bsd.subdir.mk>
|