Move shared headers in common/include
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.
This commit is contained in:
6
common/include/Makefile.termios.inc
Normal file
6
common/include/Makefile.termios.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
.include <bsd.own.mk>
|
||||
|
||||
.PATH: ${MINIXSRCDIR}/common/include
|
||||
|
||||
INCS+= termios.h
|
||||
|
||||
Reference in New Issue
Block a user