minix/sys/arch/i386/stand/lib
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
crt/dos Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
netif Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
test Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bios_disk.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bios_pci.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdelay.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk_ll.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosdisk_ll.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosgetrtc.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosgetsystime.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmca.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmca.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmem.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmemps2.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosmemx.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biospci.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosreboot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosvbe.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
biosvideomode.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
boot_params.S boot: use high baud rate by default 2012-03-28 08:57:38 +00:00
bootinfo.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo_biosgeom.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootinfo_memmap.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootmenu.c bootloader: usability improvements 2012-10-12 01:03:36 +02:00
bootmenu.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
bootmod.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio_direct.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
comio_direct.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
conio.S bootloader: usability improvements 2012-10-12 01:03:36 +02:00
cpufunc.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
cpufunc.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
diskbuf.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
diskbuf.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dos_file.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dosfile.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dosfile.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
dump_eax.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
exec.c Cosmetic boot fix. 2012-02-24 13:30:09 +01:00
gatea20.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
getextmemx.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
getsecs.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isadma.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isadmavar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isapnp.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
isapnpvar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
libi386.h bootloader: usability improvements 2012-10-12 01:03:36 +02:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
Makefile.inc Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
menuutils.c bootloader: usability improvements 2012-10-12 01:03:36 +02:00
message.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
message32.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
multiboot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
parseutils.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pcio.c bootloader: usability improvements 2012-10-12 01:03:36 +02:00
pcivar.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pread.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
printmemlist.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
putstr.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
putstr32.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
pvcopy.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
rasops.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
realprot.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
startprog.S Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
vbe.c Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00
vbe.h Initial import of libsa, libkern, bootxx, boot. 2012-02-09 18:48:13 +01:00