Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/fdformat acorn32 and cats get fdformat.



details:   https://anonhg.NetBSD.org/src/rev/3bb0a20be018
branches:  trunk
changeset: 522140:3bb0a20be018
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Feb 11 18:55:11 2002 +0000

description:
acorn32 and cats get fdformat.

diffstat:

 usr.bin/fdformat/Makefile |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 2fc41e1c1bde -r 3bb0a20be018 usr.bin/fdformat/Makefile
--- a/usr.bin/fdformat/Makefile Mon Feb 11 18:55:10 2002 +0000
+++ b/usr.bin/fdformat/Makefile Mon Feb 11 18:55:11 2002 +0000
@@ -1,9 +1,13 @@
-#      $NetBSD: Makefile,v 1.6 2001/04/12 02:31:52 briggs Exp $
+#      $NetBSD: Makefile,v 1.7 2002/02/11 18:55:11 thorpej Exp $
 
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm32" || \
-     ${MACHINE} == "atari" || ${MACHINE} == "bebox" || \
+.if (${MACHINE} == "acorn32" || \
+     ${MACHINE_ARCH} == "alpha" || \
+     ${MACHINE} == "cats" || \
+     ${MACHINE} == "atari" || \
+     ${MACHINE} == "bebox" || \
      ${MACHINE_ARCH} == "i386" || \
-     ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
+     ${MACHINE_ARCH} == "sparc" || \
+     ${MACHINE_ARCH} == "sparc64")
 PROG=  fdformat
 .endif
 



Home | Main Index | Thread Index | Old Index