From 193c1d10bbc2a6c27c0a70a4aab56d0d7d725cf4 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 15 Jan 2001 12:08:23 +0000 Subject: We boot elf and ecoff. Add the appropriate defines. --- sys/arch/alpha/stand/bootxx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/alpha') diff --git a/sys/arch/alpha/stand/bootxx/Makefile b/sys/arch/alpha/stand/bootxx/Makefile index 47e2f85db19..6bf6490547e 100644 --- a/sys/arch/alpha/stand/bootxx/Makefile +++ b/sys/arch/alpha/stand/bootxx/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1997/05/05 06:01:53 millert Exp $ +# $OpenBSD: Makefile,v 1.6 2001/01/15 12:08:22 art Exp $ # $NetBSD: Makefile,v 1.12 1997/04/17 07:27:49 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -18,6 +18,7 @@ HEADERSIZE_PROG = headersize CLEANFILES+= ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} DEFNS= -DPRIMARY_BOOTBLOCK +DEFNS+= -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS} -- cgit v1.2.3