1999-09-05 15:21:05 +00:00
|
|
|
# $FreeBSD$
|
1999-09-03 19:42:18 +00:00
|
|
|
|
2004-02-11 22:01:17 +00:00
|
|
|
BOOT= loader
|
1999-09-03 19:42:18 +00:00
|
|
|
NEWVERSWHAT= "SRM disk boot" alpha
|
|
|
|
INSTALL_HELP= yes
|
|
|
|
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
|
|
|
|
|
|
|
|
# Only disk support
|
2004-02-11 22:01:17 +00:00
|
|
|
CFLAGS+= -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
|
1999-09-03 19:42:18 +00:00
|
|
|
|
2004-02-11 22:01:17 +00:00
|
|
|
.include "${.CURDIR}/../common/Makefile.common"
|