9 lines
180 B
Makefile
9 lines
180 B
Makefile
|
|
INCSDIR= /usr/include/arm
|
|
|
|
INCS= archconst.h archtypes.h diskparm.h elf.h interrupt.h \
|
|
ipcconst.h memory.h multiboot.h partition.h \
|
|
stackframe.h vm.h
|
|
|
|
.include <bsd.kinc.mk>
|