mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
![Bruce Evans](/assets/img/avatar_default.png)
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>
|