]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/Makefile
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / netinet6 / Makefile
index c1b816806bd05aacf7b61483aa48eaa17c061991..3404e5933b3679bf7eb4de8c01ef8d4adcacbb32 100644 (file)
@@ -15,12 +15,14 @@ PRIVATE_DATAFILES = \
        in6.h \
        in6_pcb.h \
        in6_var.h \
-       ip6_fw.h \
        ip6_var.h \
        mld6_var.h \
        nd6.h \
        scope6_var.h
 
+DRIVERKIT_DATAFILES = \
+       in6.h
+
 PRIVATE_KERNELFILES = \
        ah6.h esp6.h esp_rijndael.h esp_chachapoly.h \
        in6_gif.h in6_ifattach.h ip6_ecn.h ip6protosw.h \
@@ -28,6 +30,8 @@ PRIVATE_KERNELFILES = \
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
+INSTALL_DRIVERKIT_MI_LIST = ${DRIVERKIT_DATAFILES}
+
 INSTALL_MI_DIR = netinet6
 
 EXPORT_MI_LIST = ${DATAFILES}