4d4057d8a2
. fsck driver parses /etc/fstab and invokes sub-fscks . further simplifies fs handling in rc
11 lines
362 B
Makefile
11 lines
362 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 bootblock.h \
|
|
dkbad.h
|
|
|