921705c3eb
stuff make this all compile with -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes -Werror , also compilable on 1.4.1 label itself as NetBSD/mvme68k instead of "BSD" in bootblock message move bugcrt.c to libbug, remove bugcrt directory (bugcrt is still built and used separately to rest of libbug) convert sboot to use ordinary mvme68 libsa, instead of copying needed stuff in libc_sa.c convert to use version info generated by sys/conf/newvers_stand.sh instead of previous version.c files, add necessary 'version' files put chiptotime() to separate libsa file (used also by sboot/clock.c) Thanks to Steve Woodford for help with this. Note that -current build might be hosed by this change, will be addressed by Steve shortly.
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
$NetBSD: version,v 1.1 2000/07/24 18:39:53 jdolecek Exp $
|
|
|
|
1.1: Initial bootst import.
|
|
1.2: Makefile: update from OpenBSD
|
|
boot.c: update from sun3 port, with changes for my new boot code put in.
|
|
conf.c: config from openbsd, by Theo de Raadt
|
|
dev_net.c: update from openbsd (standard dev_net with changes from theo)
|
|
dev_net.h: proto from openbsd
|