From dd8f396e5fe183e31c6930d21d9b587983443a31 Mon Sep 17 00:00:00 2001 From: graichen Date: Tue, 7 Jan 1997 06:51:50 +0000 Subject: [PATCH] add elf2aout to the mips machines - i would like to keep both of them on both (pmax and arc) - because this way it is easy to build kernels for eachother --- usr.bin/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/Makefile b/usr.bin/Makefile index c64e0fc426d..959f0656fcc 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 1997/01/02 22:12:26 kstailey Exp $ +# $OpenBSD: Makefile,v 1.36 1997/01/07 06:51:50 graichen Exp $ # $NetBSD: Makefile,v 1.62 1996/03/10 05:45:43 thorpej Exp $ # from: @(#)Makefile 5.8.1.1 (Berkeley) 5/8/91 @@ -36,11 +36,11 @@ SUBDIR+= ar nm ranlib size strip strings .endif .if make(clean) || make(cleandir) || make(obj) -SUBDIR+= pctr elf2ecoff +SUBDIR+= pctr elf2ecoff elf2aout .elif ${MACHINE_ARCH} == "i386" SUBDIR+= pctr .elif ${MACHINE_ARCH} == "mips" -SUBDIR+= elf2ecoff +SUBDIR+= elf2ecoff elf2aout .endif .include -- 2.20.1