Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sbin/fdisk pullup 1.11->1.12 (fvdl)



details:   https://anonhg.NetBSD.org/src/rev/8cfbd3187986
branches:  netbsd-1-4
changeset: 468605:8cfbd3187986
user:      perry <perry%NetBSD.org@localhost>
date:      Sun May 02 21:25:05 1999 +0000

description:
pullup 1.11->1.12 (fvdl)

diffstat:

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

diffs (23 lines):

diff -r 939cd270b549 -r 8cfbd3187986 sbin/fdisk/Makefile
--- a/sbin/fdisk/Makefile       Sat May 01 22:57:57 1999 +0000
+++ b/sbin/fdisk/Makefile       Sun May 02 21:25:05 1999 +0000
@@ -1,16 +1,15 @@
-#      $NetBSD: Makefile,v 1.10.2.1 1999/04/18 00:18:49 fvdl Exp $
+#      $NetBSD: Makefile,v 1.10.2.2 1999/05/02 21:25:05 perry Exp $
 
+SUBDIR=        mbr
 
 .if (${MACHINE} == "i386" || ${MACHINE} == "powerpc")
 PROG=  fdisk 
 SRCS=  fdisk.c
 DPADD+=        ${LIBUTIL}
 LDADD+=        -lutil
+SUBDIR+= mbr_bootsel
 .endif
 
-.if ${MACHINE} == "i386"
-SUBDIR=        mbr mbr_bootsel
-.endif
 
 MAN=   fdisk.8
 



Home | Main Index | Thread Index | Old Index