Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/stand/boot fix multiple link vers.o
details: https://anonhg.NetBSD.org/src/rev/1cd8ed9f3146
branches: trunk
changeset: 503879:1cd8ed9f3146
user: sakamoto <sakamoto%NetBSD.org@localhost>
date: Sat Feb 17 11:11:13 2001 +0000
description:
fix multiple link vers.o
diffstat:
sys/arch/bebox/stand/boot/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b362dcc2f6fe -r 1cd8ed9f3146 sys/arch/bebox/stand/boot/Makefile
--- a/sys/arch/bebox/stand/boot/Makefile Sat Feb 17 04:32:59 2001 +0000
+++ b/sys/arch/bebox/stand/boot/Makefile Sat Feb 17 11:11:13 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/07/21 21:34:27 jdolecek Exp $
+# $NetBSD: Makefile,v 1.12 2001/02/17 11:11:13 sakamoto Exp $
S= ${.CURDIR}/../../../..
@@ -8,7 +8,7 @@
ASRCS+= srt0.s
CSRCS+= boot.c clock.c com.c conf.c cons.c cpu.c devopen.c
CSRCS+= fd.c filesystem.c inkernel.c io.c tgets.c prf.c monitor.c
-CSRCS+= kbd.c ns16550.c vers.c vreset.c vga.c video.c
+CSRCS+= kbd.c ns16550.c vreset.c vga.c video.c
CLEANFILES+= vers.c ${BOOTPROG}
Home |
Main Index |
Thread Index |
Old Index