7f2d47d84c
Boot stuff dependencies from NetBSD. Patch by Antoine Leca. Relocated to src/sys. The port is using the same libminc.a as usual MINIX services (and does not use NetBSD libkern); the headers imported from NetBSD sys/ tree have been kept to a minimum (still numbers higher than 30 though.) Note the peculiar way to use libraries (libsa, libi386, etc.): the source code is shared, but each component builds its own copy of the library, with its own set of preprocessor defines.
10 lines
377 B
Makefile
10 lines
377 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.PATH: ${MINIXSRCDIR}/common/include/sys
|
|
|
|
INCS+= elf32.h elf64.h elf_common.h elf_generic.h \
|
|
ioc_block.h ioc_fbd.h ioc_file.h ioc_tape.h ioc_disk.h \
|
|
ioc_memory.h ioc_sound.h ioc_tty.h \
|
|
kbdio.h mtio.h svrctl.h video.h vm.h procfs.h elf_core.h exec_elf.h \
|
|
disk.h dkio.h ioccom.h mutex.h iostat.h disklabel.h disklabel_gpt.h \
|
|
bootblock.h dkbad.h
|