mirror of
https://github.com/opnsense/src.git
synced 2026-03-26 12:43:12 -04: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"
|