add elf2aout to the mips machines - i would like to keep both of them
authorgraichen <graichen@openbsd.org>
Tue, 7 Jan 1997 06:51:50 +0000 (06:51 +0000)
committergraichen <graichen@openbsd.org>
Tue, 7 Jan 1997 06:51:50 +0000 (06:51 +0000)
on both (pmax and arc) - because this way it is easy to build kernels
for eachother

usr.bin/Makefile

index c64e0fc..959f065 100644 (file)
@@ -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 <bsd.subdir.mk>