]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/Makefile
xnu-2782.30.5.tar.gz
[apple/xnu.git] / bsd / netinet6 / Makefile
index e70225fdf85f4f81801571112ac05fa383358679..ae89bdbdad93df1bd8d5d1280d342337fa5d0cc3 100644 (file)
@@ -7,24 +7,18 @@ export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
-INSTINC_SUBDIRS = \
-
-INSTINC_SUBDIRS_PPC = \
-
-INSTINC_SUBDIRS_I386 = \
-
-EXPINC_SUBDIRS = \
+DATAFILES = \
+       ah.h ipsec.h \
+       esp.h in6.h ipcomp.h raw_ip6.h \
+       in6_var.h nd6.h
 
-EXPINC_SUBDIRS_PPC = \
+PRIVATE_DATAFILES = \
+       in6_pcb.h ip6_var.h mld6_var.h ip6_fw.h
 
-EXPINC_SUBDIRS_I386 = \
-
-DATAFILES = \
-       ah.h esp.h icmp6.h in6.h in6_gif.h in6_ifattach.h in6_pcb.h \
-       in6_prefix.h in6_var.h ip6.h ip6_fw.h ip6_mroute.h ip6_var.h \
-       ip6protosw.h ipcomp.h ipsec.h mip6.h mip6_common.h mld6_var.h \
-       natpt_defs.h natpt_list.h natpt_log.h natpt_soctl.h natpt_var.h \
-       nd6.h pim6.h pim6_var.h udp6.h udp6_var.h
+PRIVATE_KERNELFILES = \
+       ah6.h esp6.h esp_rijndael.h in6_gif.h in6_ifattach.h \
+       ip6_ecn.h ip6protosw.h ipcomp6.h ipsec6.h \
+       scope6_var.h tcp6_var.h udp6_var.h
 
 INSTALL_MI_LIST        = ${DATAFILES}
 
@@ -32,10 +26,11 @@ INSTALL_MI_DIR = netinet6
 
 EXPORT_MI_LIST = ${DATAFILES}
 
-EXPORT_MI_DIR = netinet6
+EXPORT_MI_DIR = ${INSTALL_MI_DIR}
+
+INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
 
+INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)
-
-