Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
This commit is contained in:
@@ -39,11 +39,11 @@ INCS+= net/gen/arp_io.h net/gen/dhcp.h net/gen/ether.h \
|
||||
net/gen/vjhc.h
|
||||
INCS+= netinet/if_ether.h netinet/in.h netinet/tcp.h
|
||||
|
||||
.include <minix.own.mk>
|
||||
.include <bsd.own.mk>
|
||||
|
||||
INCSDIR= /usr/include
|
||||
|
||||
SUBDIR= sys arch
|
||||
|
||||
.include <minix.prog.mk>
|
||||
.include <minix.subdir.mk>
|
||||
.include <bsd.prog.mk>
|
||||
.include <bsd.subdir.mk>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.include <minix.sys.mk>
|
||||
.include <bsd.sys.mk>
|
||||
|
||||
INCSDIR= /usr/include/sys
|
||||
|
||||
@@ -11,4 +11,4 @@ INCS= asynchio.h dir.h file.h ioc_cmos.h ioc_disk.h \
|
||||
time.h times.h types.h ucontext.h uio.h un.h utsname.h video.h vm.h \
|
||||
wait.h cdefs.h
|
||||
|
||||
.include <minix.kinc.mk>
|
||||
.include <bsd.kinc.mk>
|
||||
|
||||
Reference in New Issue
Block a user