]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/netinet6/Makefile
xnu-201.42.3.tar.gz
[apple/xnu.git] / bsd / netinet6 / Makefile
... / ...
CommitLineData
1export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
2export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
3export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
4export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
5
6
7include $(MakeInc_cmd)
8include $(MakeInc_def)
9
10INSTINC_SUBDIRS = \
11
12INSTINC_SUBDIRS_PPC = \
13
14INSTINC_SUBDIRS_I386 = \
15
16EXPINC_SUBDIRS = \
17
18EXPINC_SUBDIRS_PPC = \
19
20EXPINC_SUBDIRS_I386 = \
21
22DATAFILES = \
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
29INSTALL_MI_LIST = ${DATAFILES}
30
31INSTALL_MI_DIR = netinet6
32
33EXPORT_MI_LIST = ${DATAFILES}
34
35EXPORT_MI_DIR = netinet6
36
37
38include $(MakeInc_rule)
39include $(MakeInc_dir)
40
41