Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Correct LINKS to install sdboot...
details: https://anonhg.NetBSD.org/src/rev/977a9e378db8
branches: trunk
changeset: 518744:977a9e378db8
user: minoura <minoura%NetBSD.org@localhost>
date: Wed Dec 05 02:07:09 2001 +0000
description:
Correct LINKS to install sdboot_ufs properly.
diffstat:
sys/arch/x68k/stand/boot_ufs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4702f52e9647 -r 977a9e378db8 sys/arch/x68k/stand/boot_ufs/Makefile
--- a/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 05 01:33:09 2001 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/Makefile Wed Dec 05 02:07:09 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/11/24 16:18:44 minoura Exp $
+# $NetBSD: Makefile,v 1.8 2001/12/05 02:07:09 minoura Exp $
.include <bsd.own.mk>
@@ -13,7 +13,7 @@
PROG= xx$(BOOT)
LINKS= ${BINDIR}/xx$(BOOT) ${BINDIR}/sd$(BOOT)
-LINKS= ${BINDIR}/xx$(BOOT) ${BINDIR}/fd$(BOOT)
+LINKS+= ${BINDIR}/xx$(BOOT) ${BINDIR}/fd$(BOOT)
BINDIR= /usr/mdec
STRIPFLAG=
BINMODE= 444
Home |
Main Index |
Thread Index |
Old Index