]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/boot/ia64/Makefile.inc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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"