X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/eb6b6ca394357805f2bdba989abae309f718b4d8..f427ee49d309d8fc33ebf3042c3a775f2f530ded:/bsd/netinet/Makefile?ds=sidebyside

diff --git a/bsd/netinet/Makefile b/bsd/netinet/Makefile
index dc4f2c43b..7cea9f2fd 100644
--- a/bsd/netinet/Makefile
+++ b/bsd/netinet/Makefile
@@ -28,8 +28,6 @@ PRIVATE_DATAFILES = \
 	ip_compat.h \
 	ip_dummynet.h \
 	ip_flowid.h \
-	ip_fw.h \
-	ip_fw2.h \
 	mptcp_var.h \
 	tcp.h \
 	tcp_cc.h \
@@ -39,11 +37,22 @@ PRIVATE_DATAFILES = \
 	udp.h \
 	in_stat.h
 
+DRIVERKIT_DATAFILES = \
+	in.h \
+	ip.h \
+	ip6.h \
+	tcp.h \
+	ip_compat.h \
+	in_systm.h \
+	udp.h
+
 PRIVATE_KERNELFILES = ${KERNELFILES} \
 	ip_ecn.h ip_encap.h tcp_log.h
 
 INSTALL_MI_LIST	= ${DATAFILES}
 
+INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
+
 INSTALL_MI_DIR = netinet
 
 EXPORT_MI_LIST = ${DATAFILES} ${KERNELFILES}