mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# $FreeBSD$
|
|
|
|
BOOT= cdboot
|
|
NOMAN=
|
|
NEWVERSWHAT= "SRM CD9660 boot" alpha
|
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
|
|
CFLAGS+= -DLOADER_CDROM_SUPPORT
|
|
|
|
.include "${.CURDIR}/../common/Makefile.common"
|