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 1.4, 1.5. approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/e4cb6833133f
branches:  netbsd-1-5
changeset: 489250:e4cb6833133f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 26 00:46:14 2000 +0000

description:
pull up 1.4, 1.5.  approved by thorpej:
1.4
>enable fdformat on sparc64, too.
1.5
>Fix typo so the Makefile can be used again.

diffstat:

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

diffs (14 lines):

diff -r ebdc0fb52169 -r e4cb6833133f usr.bin/fdformat/Makefile
--- a/usr.bin/fdformat/Makefile Sat Aug 26 00:45:00 2000 +0000
+++ b/usr.bin/fdformat/Makefile Sat Aug 26 00:46:14 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 1999/02/18 20:31:46 thorpej Exp $
+#      $NetBSD: Makefile,v 1.3.10.1 2000/08/26 00:46:14 mrg Exp $
 
 .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "i386" || \
      ${MACHINE} == "atari" || ${MACHINE_ARCH} == "arm32" || \
-     ${MACHINE_ARCH} == "sparc")
+     ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
 PROG=  fdformat
 .endif
 



Home | Main Index | Thread Index | Old Index