Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand/boot Explictly set BINMODE to 555 so tha...



details:   https://anonhg.NetBSD.org/src/rev/b20d74563ec4
branches:  trunk
changeset: 467573:b20d74563ec4
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Mar 26 02:07:55 1999 +0000

description:
Explictly set BINMODE to 555 so that ../Makefile.inc doesn't override it.

diffstat:

 sys/arch/pmax/stand/boot/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 016bd6c7a43e -r b20d74563ec4 sys/arch/pmax/stand/boot/Makefile
--- a/sys/arch/pmax/stand/boot/Makefile Fri Mar 26 01:11:45 1999 +0000
+++ b/sys/arch/pmax/stand/boot/Makefile Fri Mar 26 02:07:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1 1999/03/25 12:10:12 simonb Exp $
+#      $NetBSD: Makefile,v 1.2 1999/03/26 02:07:55 simonb Exp $
 #      @(#)Makefile    8.3 (Berkeley) 2/16/94
 
 RELOC_BOOT=80710000
@@ -7,6 +7,7 @@
 
 PROG=  boot
 BINDIR=        /
+BINMODE=555
 SRCS=  start.S boot.c # bootinfo.c callvec.c conf.c \
 NEWVERSWHAT="Secondary Boot"
 CLEANFILES+=vers.c vers.o



Home | Main Index | Thread Index | Old Index