mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
11 lines
248 B
Makefile
11 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"
|