diff options
-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} |