diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 00:38:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-16 00:38:12 +0000 |
commit | ca02b546069f2b9289fc5ad32094d7f0b6e9a450 (patch) | |
tree | 3890f25c16922ebe4d4a79365c4666a34faec787 /sys/arch/alpha | |
parent | cb103c4b8afa7babc5add728cd2f5586c8e2d401 (diff) |
no longer support ECOFF kernels
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/stand/boot/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/alpha/stand/boot/Makefile b/sys/arch/alpha/stand/boot/Makefile index eb0e6c94986..74aee0ec7d1 100644 --- a/sys/arch/alpha/stand/boot/Makefile +++ b/sys/arch/alpha/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2001/01/23 20:52:28 art Exp $ +# $OpenBSD: Makefile,v 1.14 2001/05/16 00:38:11 deraadt Exp $ # $NetBSD: Makefile,v 1.17 1997/04/17 07:27:46 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -20,9 +20,9 @@ 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 +#.if !defined(BOOT_NO_ECOFF) +#DEFNS+=-DALPHA_BOOT_ECOFF +#.endif AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../../../../lib/libsa -I${.CURDIR}/../.. -I${S} ${DEFNS} |