diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2005-08-10 16:58:43 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2005-08-10 16:58:43 +0000 |
commit | 93c5dd72ddbdfa6097c4e92f1743008fa331b3cc (patch) | |
tree | edf8e57f8f36bb0ac0d638fd9e5e33a9ad9a2629 /sys/arch/alpha/stand/netboot | |
parent | c2c95ff7ad15cd260aa246ed68da761b04435013 (diff) |
suggested by art, go for it deraadt, ok miod@
remove ECOFF support
Diffstat (limited to 'sys/arch/alpha/stand/netboot')
-rw-r--r-- | sys/arch/alpha/stand/netboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/stand/netboot/Makefile b/sys/arch/alpha/stand/netboot/Makefile index b953b86fcd3..472f79cef43 100644 --- a/sys/arch/alpha/stand/netboot/Makefile +++ b/sys/arch/alpha/stand/netboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2001/01/16 15:36:36 art Exp $ +# $OpenBSD: Makefile,v 1.6 2005/08/10 16:58:42 todd Exp $ # $NetBSD: Makefile,v 1.11 1997/04/17 07:27:50 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -20,7 +20,7 @@ HEADERSIZE_PROG = headersize CLEANFILES+= vers.c vers.o ${PROG}.sym ${PROG}.nosym ${HEADERSIZE_PROG} -DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ECOFF -DALPHA_BOOT_ELF +DEFNS= -DPRIMARY_BOOTBLOCK -DALPHA_BOOT_ELF AFLAGS += -DASSEMBLER ${DEFNS} CPPFLAGS += -I${.CURDIR}/../.. -I${S} ${DEFNS} |