f6aac1c3b5
Moving include/sys NetBSD headers to /sys/sys Moving include/arch/*/ NetBSD headers to /sys/arch/*/include Change-Id: Ia1a45d4e83ab806c84093ec2b61bdbea9bed65a0
11 lines
297 B
Makefile
11 lines
297 B
Makefile
|
|
INCSDIR= /usr/include/sys
|
|
|
|
# Minix specific system headers
|
|
INCS= elf64.h elf_common.h elf_core.h elf_generic.h \
|
|
ioc_block.h ioc_disk.h ioc_fbd.h ioc_file.h ioc_memory.h ioc_net.h \
|
|
ioc_sound.h ioc_tape.h ioc_tty.h \
|
|
kbdio.h \
|
|
procfs.h statfs.h svrctl.h video.h vm.h
|
|
|
|
.include <bsd.kinc.mk>
|