From 93c5dd72ddbdfa6097c4e92f1743008fa331b3cc Mon Sep 17 00:00:00 2001 From: "Todd T. Fries" Date: Wed, 10 Aug 2005 16:58:43 +0000 Subject: suggested by art, go for it deraadt, ok miod@ remove ECOFF support --- sys/arch/alpha/stand/boot/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys/arch/alpha/stand/boot/Makefile') diff --git a/sys/arch/alpha/stand/boot/Makefile b/sys/arch/alpha/stand/boot/Makefile index 74aee0ec7d1..29514f0ef7f 100644 --- a/sys/arch/alpha/stand/boot/Makefile +++ b/sys/arch/alpha/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2001/05/16 00:38:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.15 2005/08/10 16:58:42 todd Exp $ # $NetBSD: Makefile,v 1.17 1997/04/17 07:27:46 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -20,9 +20,6 @@ CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} DEFNS= -DCOMPAT_UFS -DALPHA_BOOT_ELF -#.if !defined(BOOT_NO_ECOFF) -#DEFNS+=-DALPHA_BOOT_ECOFF -#.endif AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../../../../lib/libsa -I${.CURDIR}/../.. -I${S} ${DEFNS} @@ -67,4 +64,4 @@ ${PROG}.sym: ${OBJS} ${LIBSA} ${LIBZ} ${LIBKERN} ${COMPILE.c} vers.c ${LD} -Ttext ${BOOT_RELOC} -N -e start -o ${PROG}.sym \ ${OBJS} vers.o ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN} - size ${PROG}.sym \ No newline at end of file + size ${PROG}.sym -- cgit v1.2.3