summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/stand/bootxx/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/bootxx/Makefile
parentc2c95ff7ad15cd260aa246ed68da761b04435013 (diff)
suggested by art, go for it deraadt, ok miod@
remove ECOFF support
Diffstat (limited to 'sys/arch/alpha/stand/bootxx/Makefile')
-rw-r--r--sys/arch/alpha/stand/bootxx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/bootxx/Makefile b/sys/arch/alpha/stand/bootxx/Makefile
index 3c2e6391928..c9d82a03846 100644
--- a/sys/arch/alpha/stand/bootxx/Makefile
+++ b/sys/arch/alpha/stand/bootxx/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2001/01/16 15:36:36 art Exp $
+# $OpenBSD: Makefile,v 1.8 2005/08/10 16:58:42 todd Exp $
# $NetBSD: Makefile,v 1.12 1997/04/17 07:27:49 thorpej Exp $
S= ${.CURDIR}/../../../..
@@ -18,7 +18,7 @@ HEADERSIZE_PROG = headersize
CLEANFILES+= ${PROG}.sym ${PROG}.nosym ${PROG}.trunc ${HEADERSIZE_PROG}
DEFNS= -DPRIMARY_BOOTBLOCK
-DEFNS+= -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF
+DEFNS+= -DALPHA_BOOT_ELF
AFLAGS += -DASSEMBLER ${DEFNS}
CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS}