NetBSD/sys/arch/i386/stand
jmc 60263432a6 Add the fact that SRCS depends on machine. This way the link is always created
Otherwise trying to do make installboot.o will fail
2001-10-04 04:15:17 +00:00
..
biosboot
biosboot_com0
biosboot_resetvideo
biosboot_ser
dosboot
genprom
installboot Add the fact that SRCS depends on machine. This way the link is always created 2001-10-04 04:15:17 +00:00
lib
libsa
netboot
Makefile
Makefile.booters GCC 2.95 generates significantly larger code with -O2 than our old compiler did; this can cause the second-stage bootblock to exceed the number of blocks that fit in the list in the first-stage bootblock. I thought we used to explicitly set -Os in here; anyway, with this change, we do now! 2001-09-23 23:43:29 +00:00