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