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/mbr pullup 1.4->1.5 (fvdl)



details:   https://anonhg.NetBSD.org/src/rev/02f336a8890f
branches:  netbsd-1-4
changeset: 468608:02f336a8890f
user:      perry <perry%NetBSD.org@localhost>
date:      Sun May 02 21:29:41 1999 +0000

description:
pullup 1.4->1.5 (fvdl)

diffstat:

 sbin/fdisk/mbr/Makefile |  14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diffs (38 lines):

diff -r 9ff9ca6f4feb -r 02f336a8890f sbin/fdisk/mbr/Makefile
--- a/sbin/fdisk/mbr/Makefile   Sun May 02 21:28:12 1999 +0000
+++ b/sbin/fdisk/mbr/Makefile   Sun May 02 21:29:41 1999 +0000
@@ -1,15 +1,12 @@
-#      $NetBSD: Makefile,v 1.3.2.1 1999/04/18 00:18:49 fvdl Exp $
+#      $NetBSD: Makefile,v 1.3.2.2 1999/05/02 21:29:41 perry Exp $
+
+MAN=   mbr.8
 
 BINDIR=        /usr/mdec
 BINMODE=444
 
 STRIPFLAG=
 
-PROG=  mbr
-SRCS=  mbr.S
-
-MAN=   mbr.8
-
 .include <bsd.own.mk>
 
 .if ${OBJECT_FMT} == "ELF"
@@ -18,10 +15,15 @@
 LDFLAGS+= -e _start -N
 .endif
 
+.if ${MACHINE} == "i386"
+PROG=  mbr
+SRCS=  mbr.S
+
 ${PROG}: ${OBJS}
        ${LD} -o ${PROG}.tmp ${LDFLAGS} -Ttext 0x600 ${OBJS}
        ${STRIPPROG} ${PROG}.tmp
        objcopy -O binary ${PROG}.tmp ${PROG}
        rm -f ${PROG}.tmp
+.endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index