Convert kernel over to bsdmake

This commit is contained in:
Arun Thomas
2010-04-01 22:22:33 +00:00
parent 0a04f49d2b
commit 4ed3a0cf3a
103 changed files with 289 additions and 339 deletions

View File

@@ -11,5 +11,7 @@ MAN=
BINDIR?= /usr/sbin
CPPFLAGS.random.c+= -I${MINIXSRCDIR}
.include <minix.prog.mk>

View File

@@ -8,7 +8,7 @@ that data into a seed for a psuedo random number generator.
*/
#include <minix/drivers.h>
#include "../../kernel/const.h"
#include "kernel/const.h"
#include "assert.h"
#include "random.h"