12 lines
248 B
Makefile
12 lines
248 B
Makefile
# $FreeBSD$
|
|
|
|
BOOT= loader
|
|
NEWVERSWHAT= "SRM disk boot" alpha
|
|
INSTALL_HELP= yes
|
|
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
|
|
|
|
# Only disk support
|
|
CFLAGS+= -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
|
|
|
|
.include "${.CURDIR}/../common/Makefile.common"
|