Files
haiku-beta6/src/kernel/boot/Jamfile
T
Ingo Weinhold 54f76689cb Adjusted the SubDir and SubInclude parameters.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@15 a95241bf-73f2-0310-859d-f6bbb57e9c96
2002-07-09 20:15:44 +00:00

9 lines
247 B
Plaintext

SubDir OBOS_TOP src kernel boot ;
SystemMain bootmaker : bootmaker.c : $(OBOS_KERNEL) ;
SystemMain bin2h : bin2h.c ;
SystemMain bin2asm : bin2asm.c ;
SystemMain makeflop : makeflop.c : $(OBOS_FLOPPY) ;
SubInclude OBOS_TOP src kernel boot arch ;