diff --git a/usr.bin/crunch/crunchide/Makefile b/usr.bin/crunch/crunchide/Makefile index 3f1073be495a..6cffa18336ac 100644 --- a/usr.bin/crunch/crunchide/Makefile +++ b/usr.bin/crunch/crunchide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/01/02 12:30:14 simonb Exp $ +# $NetBSD: Makefile,v 1.9 2001/01/04 09:43:05 itojun Exp $ PROG= crunchide SRCS= crunchide.c exec_aout.c exec_coff.c exec_ecoff.c exec_elf32.c \ @@ -14,7 +14,7 @@ CPPFLAGS+=-DNLIST_ELF64 -DNLIST_ECOFF ${MACHINE} == "mvme68k" || \ ${MACHINE} == "hp300" CPPFLAGS+=-DNLIST_ELF32 -.elif ${MACHINE_ARCH} == "sh3" +.elif ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" CPPFLAGS+=-DNLIST_ELF32 -DNLIST_COFF .elif ${MACHINE_ARCH} == "sparc64" CPPFLAGS+=-DNLIST_AOUT -DNLIST_ELF32 -DNLIST_ELF64 diff --git a/usr.sbin/mdsetimage/Makefile b/usr.sbin/mdsetimage/Makefile index e88d94276c12..730c7e1e6952 100644 --- a/usr.sbin/mdsetimage/Makefile +++ b/usr.sbin/mdsetimage/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/12/18 20:43:58 scw Exp $ +# $NetBSD: Makefile,v 1.5 2001/01/04 09:44:22 itojun Exp $ PROG= mdsetimage SRCS= mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c \ @@ -19,7 +19,7 @@ CPPFLAGS+=-DNLIST_ELF32 ${MACHINE_ARCH} == "sparc" CPPFLAGS+=-DNLIST_ELF32 CPPFLAGS+=-DNLIST_AOUT -.elif ${MACHINE_ARCH} == "sh3" +.elif ${MACHINE_ARCH} == "sh3el" || ${MACHINE_ARCH} == "sh3eb" CPPFLAGS+=-DNLIST_COFF CPPFLAGS+=-DNLIST_ELF32 .else