Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk Added fdisk on hpcarm



details:   https://anonhg.NetBSD.org/src/rev/c558f398b4d3
branches:  trunk
changeset: 534459:c558f398b4d3
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Jul 26 17:22:51 2002 +0000

description:
Added fdisk on hpcarm

diffstat:

 sbin/fdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 44eac9376987 -r c558f398b4d3 sbin/fdisk/Makefile
--- a/sbin/fdisk/Makefile       Fri Jul 26 15:41:55 2002 +0000
+++ b/sbin/fdisk/Makefile       Fri Jul 26 17:22:51 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.24 2002/06/17 15:11:46 itojun Exp $
+#      $NetBSD: Makefile,v 1.25 2002/07/26 17:22:51 manu Exp $
 
 SUBDIR=        mbr
 .if ${MACHINE} == "i386"
@@ -9,6 +9,7 @@
      ${MACHINE} == "bebox" || \
      ${MACHINE} == "cobalt" || \
      ${MACHINE} == "ofppc" || \
+     ${MACHINE} == "hpcarm" || \
      ${MACHINE} == "hpcmips" || \
      ${MACHINE} == "hpcsh" || \
      ${MACHINE} == "arc" || \



Home | Main Index | Thread Index | Old Index