[Midnightbsd-cvs] src [9504] stable/0.9/include/Makefile: remove mach references
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 26 11:46:43 EDT 2017
Revision: 9504
http://svnweb.midnightbsd.org/src/?rev=9504
Author: laffer1
Date: 2017-03-26 11:46:43 -0400 (Sun, 26 Mar 2017)
Log Message:
-----------
remove mach references
Modified Paths:
--------------
stable/0.9/include/Makefile
Modified: stable/0.9/include/Makefile
===================================================================
--- stable/0.9/include/Makefile 2017-03-26 15:45:02 UTC (rev 9503)
+++ stable/0.9/include/Makefile 2017-03-26 15:46:43 UTC (rev 9504)
@@ -6,7 +6,7 @@
.include <bsd.own.mk>
CLEANFILES= osreldate.h version vers.c
-SUBDIR= arpa mach mach_debug protocols rpcsvc rpc xlocale
+SUBDIR= arpa protocols rpcsvc rpc xlocale
INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \
db.h \
dirent.h dlfcn.h elf.h elf-hints.h err.h fmtmsg.h fnmatch.h fstab.h \
@@ -77,10 +77,9 @@
security/audit \
security/mac_biba security/mac_bsdextended security/mac_lomac \
security/mac_mls security/mac_partition \
- ufs/ffs ufs/ufs \
- sys/mach sys/mach_debug
+ ufs/ffs ufs/ufs
-LSUBSUBDIRS= dev/mpt/mpilib sys/mach/ipc sys/mach/device
+LSUBSUBDIRS= dev/mpt/mpilib
.if ${MK_GPIB} != "no"
_dev_ieee488= dev/ieee488
@@ -171,7 +170,7 @@
.endif
copies:
-.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc machine/mach \
+.for i in ${LDIRS} ${LSUBDIRS} ${LSUBSUBDIRS} altq crypto machine machine/pc \
${_MARCHS}
.if exists(${DESTDIR}${INCLUDEDIR}/$i)
cd ${DESTDIR}${INCLUDEDIR}/$i; \
@@ -246,34 +245,6 @@
cd ${.CURDIR}/../sys/rpc; \
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 types.h \
${DESTDIR}${INCLUDEDIR}/rpc
-.if exists(${.CURDIR}/../sys/sys/mach)
- ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${DESTDIR}${INCLUDEDIR}/sys/mach
- cd ${.CURDIR}/../sys/sys/mach ; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h *.defs \
- ${DESTDIR}${INCLUDEDIR}/sys/mach
-.endif
-.if exists(${.CURDIR}/../sys/sys/mach/ipc)
- ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${DESTDIR}${INCLUDEDIR}/sys/mach/ipc
- cd ${.CURDIR}/../sys/sys/mach/ipc ; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h \
- ${DESTDIR}${INCLUDEDIR}/sys/mach/ipc
-.endif
-.if exists(${.CURDIR}/../sys/sys/mach_debug)
- ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${DESTDIR}${INCLUDEDIR}/sys/mach_debug
- cd ${.CURDIR}/../sys/sys/mach_debug ; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h *.defs \
- ${DESTDIR}${INCLUDEDIR}/sys/mach_debug
-.endif
-.if exists(${.CURDIR}/../sys/sys/mach/device)
- ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m 755 \
- ${DESTDIR}${INCLUDEDIR}/sys/mach/device
- cd ${.CURDIR}/../sys/sys/mach/device ; \
- ${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 *.h *.defs \
- ${DESTDIR}${INCLUDEDIR}/sys/mach/device
-.endif
symlinks:
@${ECHO} "Setting up symlinks to kernel source tree..."
More information about the Midnightbsd-cvs
mailing list