Subject: re: adding to machine_spec in config(8)
To: Matthew Fredette <fredette@MIT.EDU>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 05/17/2001 15:27:27
   
   > the sun4 can share some of this stuff too.
   > how about putting all under sys/dev/sun ?
   
   This new directory will be dominated by the boot blocks and some other
   kernel code that will only be useful on the sun[23], so I think a new
   directory is warranted.  I do plan to see more code related to devices
   found on sun[234] moving into sys/dev/sun though.


this is fine, but i don't see any pressing need to change config(8).
if you use <sun68k/foo.h>, this will get picked up by the -I$S/sys/arch
that is default in kernel builds.  add this to your bootblock includes
as well, and you should be fine?


.mrg.