Loading...
--- Libc/Libc-391.2.6/mach/Makefile.inc
+++ Libc/Libc-320/mach/Makefile.inc
@@ -1,12 +1,12 @@
-# machine-dependent mach sources
+.PATH: ${.CURDIR}/${MACHINE_ARCH}/mach ${.CURDIR}/mach
+
+.include "${.CURDIR}/mach/headers/Makefile.inc"
+.include "${.CURDIR}/mach/servers/Makefile.inc"
+
+# machine-dependent mach sources
.if exists(${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc)
.include "${.CURDIR}/${MACHINE_ARCH}/mach/Makefile.inc"
.endif
-
-.PATH: ${.CURDIR}/mach
-
-.include "${.CURDIR}/mach/headers/Makefile.inc"
-.include "${.CURDIR}/mach/servers/Makefile.inc"
MD_MIGDEFS += task.defs \
thread_act.defs
@@ -22,7 +22,6 @@
lock_set.defs \
mach_port.defs \
mach_host.defs \
- mach_vm.defs \
processor.defs \
processor_set.defs \
vm_map.defs
@@ -34,7 +33,7 @@
# These files are generated from the .defs files
MIGSRCS = ${MIGDEFS:.defs=User.c} ${MD_MIGDEFS:.defs=User.c}
-MISRCS += ${MIGSRCS} \
+SRCS += ${MIGSRCS} \
bootstrap_ports.c \
clock_sleep.c \
error_codes.c \
@@ -65,11 +64,3 @@
CLEANFILES += ${MIGHDRS} ${MIGSRCS} ${MD_MIGDEFS:.defs=Server.c} \
${MIGDEFS:.defs=Server.c} exc.h excUser.c excServer.c \
notify.h notifyUser.c notifyServer.c
-
-.if ${LIB} == "c"
-
-MAN2 += brk.2
-
-MLINKS += brk.2 sbrk.2
-
-.endif