1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/boot/alpha/cdboot/Makefile
David E. O'Brien d1bdfb40fd -ffreestanding is the word.
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)
2002-05-10 09:26:35 +00:00

12 lines
223 B
Makefile

# $FreeBSD$
BASE= cdboot
PROG= ${BASE}
NOMAN=
NEWVERSWHAT= "SRM CD9660 boot" alpha
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
CFLAGS+= -ffreestanding -DLOADER_CDROM_SUPPORT
.include <${.CURDIR}/../common/Makefile.common>