Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot/boot WARNS=1. Unify the ra and tmscp driver.



details:   https://anonhg.NetBSD.org/src/rev/8e227d22c9e2
branches:  trunk
changeset: 486370:8e227d22c9e2
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sat May 20 13:36:11 2000 +0000

description:
WARNS=1. Unify the ra and tmscp driver.

diffstat:

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

diffs (17 lines):

diff -r 5fd46390cc3b -r 8e227d22c9e2 sys/arch/vax/boot/boot/Makefile
--- a/sys/arch/vax/boot/boot/Makefile   Sat May 20 13:35:07 2000 +0000
+++ b/sys/arch/vax/boot/boot/Makefile   Sat May 20 13:36:11 2000 +0000
@@ -1,10 +1,11 @@
-#      $NetBSD: Makefile,v 1.5 2000/03/04 16:17:46 ragge Exp $
+#      $NetBSD: Makefile,v 1.6 2000/05/20 13:36:11 ragge Exp $
 
 S=     ${.CURDIR}/../../../../
 
 PROG=  boot
 NOMAN= 1
-DEVS=  hp.c ctu.c ra.c tmscp.c mfm.c if_qe.c if_le.c if_ze.c
+WARNS?=        1
+DEVS=  hp.c ctu.c ra.c mfm.c if_qe.c if_le.c if_ze.c
 SRCS=  srt0.s boot.c devopen.c conf.c autoconf.c netio.c rom.c romread.s \
        urem.s udiv.s consio.c str.s ${DEVS} findcpu.c
 



Home | Main Index | Thread Index | Old Index