NetBSD/sys/arch/mvme68k/stand
lukem fb7bc8541e arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static.
It doesn't make sense to have standalone stuff dynamically linked just
because an end-user uses LDSTATIC="".
2002-08-27 08:53:14 +00:00
..
bootsd
bootst Pass RB_NOSYM to exec_mvme() otherwise loadfile() tries to lseek() 2002-03-24 18:13:24 +00:00
bootxx remove redundant (and wrong) main() prototype 2002-05-05 20:11:37 +00:00
installboot arch/*/stand stuff should be LDSTATIC=-static and not LDSTATIC?=-static. 2002-08-27 08:53:14 +00:00
libbug Make sure main() has a prototype and a return type of "int". 2002-05-04 22:05:29 +00:00
libsa Add files.c to SRC_sa. 2002-03-27 20:18:25 +00:00
netboot main()'s return type should be int', not void'. 2002-05-03 20:48:34 +00:00
prtvid Make sure main() has a prototype and a return type of "int". 2002-05-04 22:05:29 +00:00
sboot Simplify generation of the s-record boot file using objcopy instead 2002-04-09 19:37:22 +00:00
wrtvid Round VID_OSL to be a multiple of 32 * 256byte blocks. 2002-03-24 18:15:03 +00:00
Makefile .WAIT after building libbug and libsa, and before building anything that uses 2002-05-28 19:34:15 +00:00
Makefile.booters Use ${PRINTOBJDIR} rather that rolling our own. 2002-05-28 19:32:42 +00:00