]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/boot/efi/Makefile.inc
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / sys / boot / efi / Makefile.inc
1 # $FreeBSD$
2
3 BINDIR?=        /boot
4
5 # Options used when building app-specific efi components
6 CFLAGS+=        -ffreestanding -fshort-wchar -Wformat
7 LDFLAGS+=       -nostdlib
8
9 .include "../Makefile.inc"