]> git.saurik.com Git - apple/xnu.git/blob - bsd/netinet6/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / bsd / netinet6 / Makefile
1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2 export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7 include $(MakeInc_cmd)
8 include $(MakeInc_def)
9
10 INSTINC_SUBDIRS = \
11
12 INSTINC_SUBDIRS_PPC = \
13
14 INSTINC_SUBDIRS_I386 = \
15
16 EXPINC_SUBDIRS = \
17
18 EXPINC_SUBDIRS_PPC = \
19
20 EXPINC_SUBDIRS_I386 = \
21
22 DATAFILES = \
23 ah.h esp.h icmp6.h in6.h in6_gif.h in6_ifattach.h in6_pcb.h \
24 in6_prefix.h in6_var.h ip6.h ip6_fw.h ip6_mroute.h ip6_var.h \
25 ip6protosw.h ipcomp.h ipsec.h mip6.h mip6_common.h mld6_var.h \
26 natpt_defs.h natpt_list.h natpt_log.h natpt_soctl.h natpt_var.h \
27 nd6.h pim6.h pim6_var.h udp6.h udp6_var.h
28
29 INSTALL_MI_LIST = ${DATAFILES}
30
31 INSTALL_MI_DIR = netinet6
32
33 EXPORT_MI_LIST = ${DATAFILES}
34
35 EXPORT_MI_DIR = netinet6
36
37
38 include $(MakeInc_rule)
39 include $(MakeInc_dir)
40
41