Source-Changes-HG archive

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

[src/trunk]: src/sbin/fdisk also install on prep.



details:   https://anonhg.NetBSD.org/src/rev/eecd42f05330
branches:  trunk
changeset: 485664:eecd42f05330
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Tue May 02 18:20:41 2000 +0000

description:
also install on prep.

diffstat:

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

diffs (19 lines):

diff -r 8291a4be2b65 -r eecd42f05330 sbin/fdisk/Makefile
--- a/sbin/fdisk/Makefile       Tue May 02 18:19:01 2000 +0000
+++ b/sbin/fdisk/Makefile       Tue May 02 18:20:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.18 2000/03/19 23:01:07 soren Exp $
+#      $NetBSD: Makefile,v 1.19 2000/05/02 18:20:41 nonaka Exp $
 
 SUBDIR=        mbr
 .if ${MACHINE} == "i386"
@@ -6,7 +6,8 @@
 .endif
 
 .if (${MACHINE} == "i386" || ${MACHINE} == "bebox" || ${MACHINE} == "cobalt" ||\
-    ${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips" || ${MACHINE} == "arc")
+    ${MACHINE} == "ofppc" || ${MACHINE} == "hpcmips" || ${MACHINE} == "arc" ||\
+    ${MACHINE} == "prep")
 PROG=  fdisk 
 SRCS=  fdisk.c
 DPADD+=        ${LIBUTIL}



Home | Main Index | Thread Index | Old Index