diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2001-07-11 03:02:28 +0000 |
commit | ebb587a338ad6621120d93d63a62e1243c41c924 (patch) | |
tree | 15c408f4194962ff5f19631612a4bbbcfb57838f /gnu | |
parent | d7c525ca7599820af94d325f61d6163c12c688e8 (diff) |
remove mips leftovers; ok brad
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 4ac3cfc9686..7b108233f15 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.28 1999/11/18 16:36:50 millert Exp $ +# $OpenBSD: Makefile,v 1.29 2001/07/11 03:02:26 pvalchev Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ SUBDIR+= bc cvs deroff diff diff3 @@ -8,8 +8,8 @@ SUBDIR+= grep groff gzip lynx rcs sdiff sendbug SUBDIR+= binutils # some ports use binutils gas and ld, most do not (yet). -.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \ - (${MACHINE_ARCH} != "powerpc") && (${MACHINE_ARCH} != "hppa") +.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != powerpc) && \ + (${MACHINE_ARCH} != "hppa") SUBDIR+= gas ld .endif |