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,6 +1,6 @@
# Makefile for terminal driver (TTY)
.include <minix.own.mk>
.include <bsd.own.mk>
PROG= tty
SRCS= tty.c console.c keyboard.c pty.c rs232.c
@@ -18,5 +18,5 @@ SUBDIR= keymaps
# Needs kernel/const.h, etc
CPPFLAGS+= -I${MINIXSRCDIR}
.include <minix.prog.mk>
.include <minix.subdir.mk>
.include <bsd.prog.mk>
.include <bsd.subdir.mk>

View File

@@ -1,6 +1,6 @@
# Generate binary keymaps.
.include <minix.own.mk>
.include <bsd.own.mk>
FILES= dvorak.map french.map german.map italian.map japanese.map \
latin-america.map olivetti.map polish.map russian-cp866.map \
@@ -10,4 +10,4 @@ FILES= dvorak.map french.map german.map italian.map japanese.map \
.include "Makefile.inc"
.include <minix.prog.mk>
.include <bsd.prog.mk>