Loading...
--- xnu/xnu-12377.101.15/bsd/Makefile
+++ xnu/xnu-201/bsd/Makefile
@@ -3,86 +3,77 @@
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
+
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-SETUP_SUBDIRS = sys
-
 INSTINC_SUBDIRS = \
-	bsm \
 	crypto \
 	dev \
+	hfs \
+	include \
+	isofs \
 	libkern \
 	machine \
 	miscfs \
 	net \
+	netat \
+	netccitt \
 	netinet \
 	netinet6 \
+	netiso \
 	netkey \
+	netns \
 	nfs \
-	security \
-	skywalk \
-	pthread \
 	sys \
-	uuid \
+	ufs \
 	vfs
 
-INSTINC_SUBDIRS_X86_64 = \
-	i386 \
-	crypto
+INSTINC_SUBDIRS_PPC = \
+	ppc 
 
-INSTINC_SUBDIRS_X86_64H = \
-	i386 \
-	crypto
-
-INSTINC_SUBDIRS_ARM64 = \
-	arm
+INSTINC_SUBDIRS_I386 = \
+	i386 
 
 EXPINC_SUBDIRS = \
-	bsm \
-	crypto/entropy \
+	crypto \
 	dev \
-	kern \
+	hfs \
+	include \
+	isofs \
 	libkern \
 	machine \
 	miscfs \
 	net \
+	netat \
+	netccitt \
 	netinet \
 	netinet6 \
+	netiso \
 	netkey \
-	security \
-	skywalk \
-	pthread \
+	netns \
+	nfs \
 	sys \
-	uuid \
+	ufs \
 	vfs \
 	vm
 
-EXPINC_SUBDIRS_X86_64 = \
-	i386
+EXPINC_SUBDIRS_PPC = \
+	ppc 
 
-EXPINC_SUBDIRS_X86_64H = \
-	i386
+EXPINC_SUBDIRS_I386 = \
+	i386 
 
-EXPINC_SUBDIRS_ARM64 = \
-	arm
-
-COMP_SUBDIRS =	\
+SETUP_SUBDIRS = 	\
 	conf
 
-INSTTEXTFILES_SUBDIRS =	\
-	dev \
-	man \
-	sys
+COMP_SUBDIRS = 	\
+	conf
 
-INSTTEXTFILES_SUBDIRS_X86_64 = \
-	dev
+INST_SUBDIRS =	\
 
-INSTTEXTFILES_SUBDIRS_X86_64H = \
-	dev
-
-INSTTEXTFILES_SUBDIRS_ARM64 = \
-	dev
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
+
+