fa59fc6eb4
Headers that will be shared between old includes and NetBSD-like includes are moved into common/include tree. They are still copied in /usr/include in 'make includes', so compilation and programs aren't be affected.
7 lines
167 B
Makefile
7 lines
167 B
Makefile
.include <bsd.own.mk>
|
|
|
|
.PATH: ${MINIXSRCDIR}/common/include/sys
|
|
|
|
INCS+= ioc_cmos.h ioc_file.h ioc_scsi.h ioc_tape.h \
|
|
ioc_disk.h ioc_memory.h ioc_sound.h ioc_tty.h
|
|
|