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
+2 -2
View File
@@ -1,7 +1,7 @@
# Makefile for the Sound Blaster 16 (SB16) driver
.include <minix.own.mk>
.include <bsd.own.mk>
SUBDIR= common .WAIT dsp mixer
.include <minix.subdir.mk>
.include <bsd.subdir.mk>
+1 -1
View File
@@ -1,4 +1,4 @@
.include <minix.own.mk>
.include <bsd.own.mk>
LIBCOMMON != cd ${.CURDIR}/../common && ${PRINTOBJDIR}
CPPFLAGS+=-I${.CURDIR}/../common
+1 -1
View File
@@ -5,4 +5,4 @@ LIBISPRIVATE= yes
LIB= common
SRCS= sb16.c
.include <minix.lib.mk>
.include <bsd.lib.mk>
+1 -1
View File
@@ -6,4 +6,4 @@ MAN=
BINDIR?= /usr/sbin
.include <minix.prog.mk>
.include <bsd.prog.mk>
+1 -1
View File
@@ -6,4 +6,4 @@ MAN=
BINDIR?= /usr/sbin
.include <minix.prog.mk>
.include <bsd.prog.mk>