Makefile.inc revision 180012
1# $FreeBSD: head/sys/boot/sparc64/Makefile.inc 180012 2008-06-25 21:33:28Z ru $
2
3BINDIR?=	/boot
4CFLAGS+=	-ffreestanding
5LDFLAGS+=	-nostdlib
6
7.include "../Makefile.inc"
8