Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/bootxx Install into /usr/mdec



details:   https://anonhg.NetBSD.org/src/rev/21f94538eed8
branches:  trunk
changeset: 547068:21f94538eed8
user:      dsl <dsl%NetBSD.org@localhost>
date:      Mon May 12 14:34:55 2003 +0000

description:
Install into /usr/mdec

diffstat:

 sys/arch/i386/stand/bootxx/Makefile.bootxx |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b21c0cdcb930 -r 21f94538eed8 sys/arch/i386/stand/bootxx/Makefile.bootxx
--- a/sys/arch/i386/stand/bootxx/Makefile.bootxx        Mon May 12 14:33:49 2003 +0000
+++ b/sys/arch/i386/stand/bootxx/Makefile.bootxx        Mon May 12 14:34:55 2003 +0000
@@ -1,10 +1,13 @@
-# $NetBSD: Makefile.bootxx,v 1.3 2003/04/26 19:14:17 fvdl Exp $
+# $NetBSD: Makefile.bootxx,v 1.4 2003/05/12 14:34:55 dsl Exp $
 
 S=     ${.CURDIR}/../../../../../
 
 NOMAN=
 STRIPFLAG=
 PROG= bootxx_${FS}
+BINDIR= /usr/mdec
+BINMODE= 0444
+
 PRIMARY_LOAD_ADDRESS=0x600
 SECONDARY_LOAD_ADDRESS=0x10000
 



Home | Main Index | Thread Index | Old Index