]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/boot/ia64/Makefile.inc
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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"