Deleted Added
full compact
Makefile.inc (125729) Makefile.inc (180012)
1# $FreeBSD: head/sys/boot/efi/Makefile.inc 125729 2004-02-12 08:10:34Z ru $
1# $FreeBSD: head/sys/boot/efi/Makefile.inc 180012 2008-06-25 21:33:28Z ru $
2
3BINDIR?= /boot
4
5# Options used when building app-specific efi components
6CFLAGS+= -ffreestanding -fshort-wchar -Wformat
7LDFLAGS+= -nostdlib
2
3BINDIR?= /boot
4
5# Options used when building app-specific efi components
6CFLAGS+= -ffreestanding -fshort-wchar -Wformat
7LDFLAGS+= -nostdlib
8
9.include "../Makefile.inc"