]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / netinet / Makefile
index dc4f2c43b2e410d7349361140f9b75c994417d1d..7cea9f2fd75a5542de5da2946d5b232607a6c09d 100644 (file)
@@ -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}