head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.03.28.02.56.05;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	2002.02.15.12.49.20;	author robert;	state Exp;
branches;
next	;


desc
@@


1.2
log
@was repocopied to ../boot1
@
text
@# $FreeBSD: src/sys/boot/sparc64/bootblock/Makefile,v 1.1 2002/02/15 12:49:20 robert Exp $

BOOTBLOCKBASE=	0x4000

CFLAGS=	-W -Wall -I../../ -I../../common/ -Os \
	-DBOOTBLOCKBASE=${BOOTBLOCKBASE} \
	-ffreestanding -mno-app-regs -mcmodel=medlow
OBJ=	bootblock.o

all:	bootblock

bootblock.o:	bootblock.c
	${CC} ${CFLAGS} -c -o ${.TARGET} ${.ALLSRC}

bootblock:	${OBJ}
	${LD} -N -Ttext ${BOOTBLOCKBASE} -e main -o bootblock ${OBJ}
	/usr/local/bin/elftoaout bootblock
clean:
	rm -f *.o bootblock
@


1.1
log
@Add the FreeBSD/sparc64 bootblock and its make file.
@
text
@d1 1
a1 1
# $FreeBSD$
@

