Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand/netboot DTRT to avoid installing "net...
details: https://anonhg.NetBSD.org/src/rev/cf1ecfb800bf
branches: trunk
changeset: 525391:cf1ecfb800bf
user: scw <scw%NetBSD.org@localhost>
date: Wed Apr 10 18:43:21 2002 +0000
description:
DTRT to avoid installing "netbsd.tmp" in /usr/mdec.
Addresses port-mvme68k/16282.
diffstat:
sys/arch/mvme68k/stand/netboot/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r efb3efee436f -r cf1ecfb800bf sys/arch/mvme68k/stand/netboot/Makefile
--- a/sys/arch/mvme68k/stand/netboot/Makefile Wed Apr 10 18:19:34 2002 +0000
+++ b/sys/arch/mvme68k/stand/netboot/Makefile Wed Apr 10 18:43:21 2002 +0000
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2002/02/09 09:36:00 lukem Exp $
+# $NetBSD: Makefile,v 1.15 2002/04/10 18:43:21 scw Exp $
DEFS= -DSUN_BOOTPARAMS
SRCS= boot.c conf.c devopen.c
SRCS+= if_ie.c if_le.c
-PROG= netboot.tmp
+PROG= netboot
LIBS= ${LIBSA} ${LIBBUG}
DPADD= ${LIBS}
CLEANFILES+= netboot.bin
netboot.bin: ${PROG}
- ${OBJCOPY} -O binary ${.OBJDIR}/netboot.tmp $@
+ ${OBJCOPY} -O binary ${.OBJDIR}/netboot ${.TARGET}
.include "../Makefile.booters"
Home |
Main Index |
Thread Index |
Old Index