=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/Makefile,v retrieving revision 1.63 retrieving revision 1.64 diff -c -r1.63 -r1.64 *** src/usr.bin/Makefile 2000/05/27 19:53:06 1.63 --- src/usr.bin/Makefile 2000/05/28 18:39:42 1.64 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.63 2000/05/27 19:53:06 deraadt Exp $ .include --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.64 2000/05/28 18:39:42 deraadt Exp $ .include *************** *** 31,38 **** .if make(clean) || make(cleandir) || make(obj) SUBDIR+= elf2ecoff elf2aout - .elif ${MACHINE_ARCH} == "i386" - SUBDIR+= .elif ${MACHINE_ARCH} == "mips" SUBDIR+= elf2ecoff elf2aout .endif --- 31,36 ----