Rename mkfiles from minix.*.mk to bsd.*.mk

Makes things easier for pkgsrc
This commit is contained in:
Arun Thomas
2010-06-25 18:29:09 +00:00
parent 9dc7c1f081
commit c0c8d25799
380 changed files with 451 additions and 451 deletions

View File

@@ -1,7 +1,7 @@
.include <minix.own.mk>
.include <bsd.own.mk>
SUBDIR= ${ARCH}
INCSYMLINKS= ${MACHINE} /usr/include/machine
.include <minix.kinc.mk>
.include <bsd.kinc.mk>

View File

@@ -4,4 +4,4 @@ INCS= archtypes.h bios.h cmos.h cpu.h diskparm.h fpu.h int86.h \
interrupt.h mcontext.h memory.h partition.h pci.h ports.h \
stackframe.h vm.h
.include <minix.kinc.mk>
.include <bsd.kinc.mk>