Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.bin/fdformat Pull up revision 1.6 (requested by bri...



details:   https://anonhg.NetBSD.org/src/rev/7a35f23b0cc2
branches:  netbsd-1-5
changeset: 491308:7a35f23b0cc2
user:      he <he%NetBSD.org@localhost>
date:      Sun Apr 22 18:25:04 2001 +0000

description:
Pull up revision 1.6 (requested by briggs):
  Build on bebox, too.

diffstat:

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

diffs (15 lines):

diff -r 5b6ea5f64825 -r 7a35f23b0cc2 usr.bin/fdformat/Makefile
--- a/usr.bin/fdformat/Makefile Sun Apr 22 18:22:44 2001 +0000
+++ b/usr.bin/fdformat/Makefile Sun Apr 22 18:25:04 2001 +0000
@@ -1,7 +1,8 @@
-#      $NetBSD: Makefile,v 1.3.10.1 2000/08/26 00:46:14 mrg Exp $
+#      $NetBSD: Makefile,v 1.3.10.2 2001/04/22 18:25:04 he Exp $
 
-.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
-     ${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
+.if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm32" || \
+     ${MACHINE} == "atari" || ${MACHINE} == "bebox" || \
+     ${MACHINE_ARCH} == "i386" || \
      ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
 PROG=  fdformat
 .endif



Home | Main Index | Thread Index | Old Index