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,5 +1,5 @@
# Makefile for kernel
.include <minix.own.mk>
.include <bsd.own.mk>
PROG= kernel
@@ -31,7 +31,7 @@ MAN=
.include "system/Makefile.inc"
.include "arch/${ARCH}/Makefile.inc"
.include <minix.prog.mk>
.include <bsd.prog.mk>
debug.d: extracted-errno.h extracted-mfield.h extracted-mtype.h

View File

@@ -1,5 +1,5 @@
# Makefile for arch-dependent kernel code
.include <minix.own.mk>
.include <bsd.own.mk>
.PATH: ${.CURDIR}/arch/${ARCH}
SRCS+= arch_do_vmctl.c \

View File

@@ -1,5 +1,5 @@
# Makefile for system library implementation
.include <minix.own.mk>
.include <bsd.own.mk>
.PATH: ${.CURDIR}/system
SRCS+= \