summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/boot/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2005-08-10 16:58:43 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2005-08-10 16:58:43 +0000
commit93c5dd72ddbdfa6097c4e92f1743008fa331b3cc (patch)
treeedf8e57f8f36bb0ac0d638fd9e5e33a9ad9a2629 /sys/arch/alpha/stand/boot/Makefile
parentc2c95ff7ad15cd260aa246ed68da761b04435013 (diff)
suggested by art, go for it deraadt, ok miod@
remove ECOFF support
Diffstat (limited to 'sys/arch/alpha/stand/boot/Makefile')
-rw-r--r--sys/arch/alpha/stand/boot/Makefile7
1 files changed, 2 insertions, 5 deletions
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