]> git.saurik.com Git - apple/xnu.git/blame_incremental - bsd/netinet6/Makefile
xnu-792.25.20.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 ipsec.h pim6.h \
24 esp.h in6.h ipcomp.h raw_ip6.h \
25 in6_var.h ip6_mroute.h nd6.h ip6_fw.h
26
27PRIVATE_DATAFILES = \
28 in6_pcb.h ip6_var.h pim6_var.h
29
30PRIVATE_KERNELFILES = \
31 ah6.h esp6.h esp_rijndael.h in6_gif.h in6_ifattach.h \
32 in6_prefix.h ip6_ecn.h ip6_fw.h \
33 ip6protosw.h ipcomp6.h ipsec6.h mld6_var.h \
34 raw_ip6.h scope6_var.h tcp6_var.h udp6_var.h
35
36INSTALL_MI_LIST = ${DATAFILES}
37
38INSTALL_MI_DIR = netinet6
39
40EXPORT_MI_LIST = ${DATAFILES}
41
42EXPORT_MI_DIR = ${INSTALL_MI_DIR}
43
44INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
45
46INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
47
48include $(MakeInc_rule)
49include $(MakeInc_dir)