]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / netinet6 / Makefile
index 37a4991a778e0d46d3b9e9896e114bf2768366c6..fc12c8befb730073b6d43d2324134fdc6f8423ea 100644 (file)
@@ -20,16 +20,18 @@ EXPINC_SUBDIRS_PPC = \
 EXPINC_SUBDIRS_I386 = \
 
 DATAFILES = \
-       ah.h             esp_rijndael.h   in6_ifattach.h   ip6.h \
-        ip6_var.h       ipsec.h          pim6.h           tcp6_var.h \
-       ah6.h            icmp6.h          in6_pcb.h        ip6_ecn.h \
-        ip6protosw.h     ipsec6.h         pim6_var.h       udp6_var.h \
-       esp.h            in6.h            in6_prefix.h     \
-        ipcomp.h         mld6_var.h       raw_ip6.h       esp6.h \
-        in6_gif.h        in6_var.h        ip6_mroute.h     ipcomp6.h \
-       nd6.h            scope6_var.h     ip6_fw.h
+       ah.h ipsec.h pim6.h  \
+       esp.h in6.h ipcomp.h raw_ip6.h \
+       in6_var.h ip6_mroute.h nd6.h ip6_fw.h
 
+PRIVATE_DATAFILES = \
+       in6_pcb.h ip6_var.h pim6_var.h
 
+PRIVATE_KERNELFILES = \
+       ah6.h esp6.h esp_rijndael.h in6_gif.h in6_ifattach.h \
+        in6_prefix.h ip6_ecn.h ip6_fw.h  \
+       ip6protosw.h ipcomp6.h ipsec6.h mld6_var.h  \
+       raw_ip6.h scope6_var.h tcp6_var.h udp6_var.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
@@ -37,14 +39,11 @@ INSTALL_MI_DIR = netinet6
 
 EXPORT_MI_LIST = ${DATAFILES}
 
-EXPORT_MI_DIR = netinet6
+EXPORT_MI_DIR = ${INSTALL_MI_DIR}
 
-PRIVATE_DATAFILES = \
-       ip6_fw.h
+INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 
-INSTALL_MI_LCL_KERN_LIST = ${PRIVATE_DATAFILES}
+INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-