Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user