mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
74b128bad6
* Make it possible to type a filename to boot1 so that it is possible to recover from fatally broken versions of /boot/loader. * Make a start at a CD boot program (not yet functional).
7 lines
93 B
Makefile
7 lines
93 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libalpha
|
|
SUBDIR+= boot1 boot2 netboot cdboot
|
|
|
|
.include <bsd.subdir.mk>
|