freebsd-dev/sys/Makefile
Bruce Evans 62394a63c8 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.
1995-12-26 13:58:31 +00:00

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>