]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/boot/ia64/Makefile.inc
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / boot / ia64 / Makefile.inc
1 # $FreeBSD$
2
3 BINDIR?=        /boot
4
5 # Options used when building standalone components
6 CFLAGS+=        -ffreestanding -fshort-wchar -Wformat
7 LDFLAGS+=       -nostdlib
8
9 .include "../Makefile.inc"