mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
c7ba4828b1
- 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
12 lines
208 B
Makefile
12 lines
208 B
Makefile
# $FreeBSD$
|
|
|
|
BASE= cdboot
|
|
PROG= ${BASE}
|
|
NOMAN=
|
|
NEWVERSWHAT= "SRM CD9660 boot" alpha
|
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
|
|
CFLAGS+= -DLOADER_CDROM_SUPPORT
|
|
|
|
.include <${.CURDIR}/../common/Makefile.common>
|