Convert kernel over to bsdmake
This commit is contained in:
@@ -9,4 +9,6 @@ MAN=
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
|
||||
CPPFLAGS+= -I${MINIXSRCDIR}
|
||||
|
||||
.include <minix.prog.mk>
|
||||
|
||||
@@ -26,9 +26,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
#include <unistd.h>
|
||||
#include "../../kernel/const.h"
|
||||
#include "../../kernel/config.h"
|
||||
#include "../../kernel/type.h"
|
||||
#include "kernel/const.h"
|
||||
#include "kernel/config.h"
|
||||
#include "kernel/type.h"
|
||||
|
||||
#define debug 1
|
||||
#define printW() ((void)0)
|
||||
|
||||
Reference in New Issue
Block a user