1 # $FreeBSD: src/sys/boot/ia64/libski/Makefile,v 1.10 2003/07/02 11:47:33 ru Exp $
2 # $DragonFly: src/sys/boot/ia64/libski/Makefile,v 1.3 2006/10/22 16:09:17 dillon Exp $
7 SRCS
= skiconsole.c time.c copy.c devicename.c module.c exit.c
8 SRCS
+= delay.c skifs.c elf_freebsd.c bootinfo.c ssc.c
9 SRCS
+= acpi_stub.c efi_stub.c pal_stub.S sal_stub.c
11 CFLAGS
+= -ffreestanding
-fpic
-g
12 CFLAGS
+= -I
${.CURDIR
}/..
/include
13 CFLAGS
+= -I
${.CURDIR
}/..
/include/${MACHINE_ARCH}
14 CFLAGS
+= -I
${.CURDIR
}/..
/..
/..
/..
/lib
/libstand
/
15 CFLAGS
+= -I
${.CURDIR
}/..
/..
/efi
/include
16 CFLAGS
+= -I
${.CURDIR
}/..
/..
/efi
/include/${MACHINE_ARCH}
18 # Pick up the bootstrap header for some interface items
19 CFLAGS
+= -I
${.CURDIR
}/..
/..
/common
-I
${.CURDIR
}/..
/..
/..
-I.
21 .if
${MACHINE_ARCH} == "powerpc"
25 .
ifdef(BOOT_DISK_DEBUG
)
26 # Make the disk code more talkative
31 ${LN} -sf
${.CURDIR
}/..
/..
/..
/arch
/${MACHINE_ARCH}/include machine
37 beforedepend
${OBJS}: machine