diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 12:08:23 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-01-15 12:08:23 +0000 |
commit | 193c1d10bbc2a6c27c0a70a4aab56d0d7d725cf4 (patch) | |
tree | 681ea2ce4de2537773e182cee55b41e3cf6f6edf /sys/arch/alpha | |
parent | 019940f6d5b6f285b297d37109a9a9f8f56d38e8 (diff) |
We boot elf and ecoff. Add the appropriate defines.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/stand/bootxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |