1# $FreeBSD$
2
3BINDIR?=	/boot
4
5# Options used when building standalone components
6CFLAGS+=	-ffreestanding -fshort-wchar -Wformat
7LDFLAGS+=	-nostdlib
8
9.include "../Makefile.inc"
10