1# $FreeBSD: stable/9/sys/boot/ia64/Makefile.inc 180012 2008-06-25 21:33:28Z ru $ 2 3BINDIR?= /boot 4 5# Options used when building standalone components 6CFLAGS+= -ffreestanding -fshort-wchar -Wformat 7LDFLAGS+= -nostdlib 8 9.include "../Makefile.inc" 10