Add NBSD-like Minix system includes.
This commit is contained in:
12
nbsd_include/minix/Makefile
Normal file
12
nbsd_include/minix/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
NOOBJ= # defined
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
INCSDIR= /usr/netbsd/include/minix
|
||||
|
||||
INCS+= paths.h types.h
|
||||
|
||||
.include "${MINIXSRCDIR}/common/include/sys/Makefile.mount.inc"
|
||||
.include "${MINIXSRCDIR}/common/include/Makefile.termios.inc"
|
||||
|
||||
.include <bsd.kinc.mk>
|
||||
7
nbsd_include/minix/paths.h
Normal file
7
nbsd_include/minix/paths.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _MINIX_PATHS_H_
|
||||
#define _MINIX_PATHS_H_
|
||||
|
||||
#define _PATH_SERVICE "/bin/service"
|
||||
#define _PATH_PROC "/proc/"
|
||||
|
||||
#endif /* _MINIX_PATHS_H_ */
|
||||
8
nbsd_include/minix/types.h
Normal file
8
nbsd_include/minix/types.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _MINIX_TYPES_H_
|
||||
#define _MINIX_TYPES_H_
|
||||
|
||||
/* Dummy file used in legacy (and shared) minix includes. */
|
||||
#include <sys/types.h>
|
||||
#include <sys/sigtypes.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user