mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
- Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr
6 lines
94 B
Makefile
6 lines
94 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= libalpha
|
|
SUBDIR+= boot1 loader netboot cdboot
|
|
|
|
.include <bsd.subdir.mk>
|