1999-09-05 15:21:05 +00:00
|
|
|
# $FreeBSD$
|
1999-09-03 19:42:18 +00:00
|
|
|
|
|
|
|
BASE= loader
|
|
|
|
PROG= ${BASE}
|
|
|
|
NEWVERSWHAT= "SRM disk boot" alpha
|
|
|
|
INSTALL_HELP= yes
|
|
|
|
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
|
|
|
|
|
|
|
|
# Only disk support
|
2002-05-10 09:26:35 +00:00
|
|
|
CFLAGS+= -ffreestanding -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
|
1999-09-03 19:42:18 +00:00
|
|
|
|
|
|
|
.include <${.CURDIR}/../common/Makefile.common>
|