Convert kernel over to bsdmake
This commit is contained in:
@@ -11,7 +11,8 @@ MAN=
|
||||
|
||||
BINDIR?= /usr/sbin
|
||||
|
||||
CPPFLAGS.imgrd.c += -I${.CURDIR}/../ramdisk -T /usr/tmp
|
||||
CPPFLAGS.memory.c+= -I${MINIXSRCDIR}
|
||||
CPPFLAGS.imgrd.c+= -I${.CURDIR}/../ramdisk -T /usr/tmp
|
||||
|
||||
.include <minix.prog.mk>
|
||||
.include <minix.subdir.mk>
|
||||
|
||||
@@ -21,9 +21,9 @@
|
||||
#include <minix/ds.h>
|
||||
#include <minix/vm.h>
|
||||
#include <sys/mman.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"
|
||||
|
||||
#include <machine/vm.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user