1# $MirOS: src/sys/arch/sparc/stand/fdboot/Makefile,v 1.5 2010/01/16 20:56:08 tg Exp $
2
3SMALL_BOOT=	Yes
4BOOTLDR_PATH?=	${.CURDIR}/../boot
5CPPFLAGS+=	-DUSE_USTARFS
6
7.PATH: ${BOOTLDR_PATH}
8
9# This gets installed under a different name
10realinstall:
11	${INSTALL} ${INSTALL_COPY} ${INSTALL_STRIP} -o ${BINOWN} -g ${BINGRP} \
12	    -m ${BINMODE} ${PROG} ${DESTDIR}${BINDIR}/boot.fd
13
14.include "${BOOTLDR_PATH}/Makefile"
15
16SRCS+=		strerr.c
17${PROG}.elf:	strerr.o
18