summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorPeter Valchev <pvalchev@cvs.openbsd.org>2001-07-11 03:02:28 +0000
committerPeter Valchev <pvalchev@cvs.openbsd.org>2001-07-11 03:02:28 +0000
commitebb587a338ad6621120d93d63a62e1243c41c924 (patch)
tree15c408f4194962ff5f19631612a4bbbcfb57838f /usr.bin/Makefile
parentd7c525ca7599820af94d325f61d6163c12c688e8 (diff)
remove mips leftovers; ok brad
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 244269c6ae2..c80493510a1 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.67 2000/09/03 18:41:17 espie Exp $
+# $OpenBSD: Makefile,v 1.68 2001/07/11 03:02:24 pvalchev Exp $
.include <bsd.own.mk>
@@ -24,15 +24,13 @@ SUBDIR= apply apropos arch asa at aucat audioctl awk banner basename bdes \
SUBDIR+=ypcat ypmatch ypwhich
.endif
-# Don't use the standard tool chain on the alpha, mips, powerpc, and hppa.
-.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "mips" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")
+# Don't use the standard tool chain on the alpha, powerpc, and hppa.
+.if (${MACHINE_ARCH} != "alpha" && ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "hppa")
SUBDIR+= ar nm ranlib size strip strings
.endif
.if make(clean) || make(cleandir) || make(obj)
SUBDIR+= elf2ecoff elf2aout
-.elif ${MACHINE_ARCH} == "mips"
-SUBDIR+= elf2ecoff elf2aout
.endif
.include <bsd.subdir.mk>