Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk Build fdisk on bebox and ofppc(replaced powerpc).



details:   https://anonhg.NetBSD.org/src/rev/1f166c3bfc6f
branches:  trunk
changeset: 474281:1f166c3bfc6f
user:      sakamoto <sakamoto%NetBSD.org@localhost>
date:      Fri Jul 02 17:48:26 1999 +0000

description:
Build fdisk on bebox and ofppc(replaced powerpc).

diffstat:

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

diffs (14 lines):

diff -r 641a31e0cf3a -r 1f166c3bfc6f sbin/fdisk/Makefile
--- a/sbin/fdisk/Makefile       Fri Jul 02 17:45:00 1999 +0000
+++ b/sbin/fdisk/Makefile       Fri Jul 02 17:48:26 1999 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.12 1999/05/02 04:42:47 ross Exp $
+#      $NetBSD: Makefile,v 1.13 1999/07/02 17:48:26 sakamoto Exp $
 
 SUBDIR=        mbr
 
-.if (${MACHINE} == "i386" || ${MACHINE} == "powerpc")
+.if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "ofppc")
 PROG=  fdisk 
 SRCS=  fdisk.c
 DPADD+=        ${LIBUTIL}



Home | Main Index | Thread Index | Old Index