mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
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.
5 lines
104 B
Makefile
5 lines
104 B
Makefile
# $Id: Makefile,v 1.3 1994/08/25 13:54:28 paul Exp $
|
|
|
|
SUBDIR= ${MACHINE}/boot
|
|
|
|
.include <bsd.subdir.mk>
|