]> git.saurik.com Git - apple/xnu.git/blame - bsd/net/Makefile
xnu-123.5.tar.gz
[apple/xnu.git] / bsd / net / Makefile
CommitLineData
1c79356b
A
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 bpf.h bpf_compat.h bpfdesc.h bridge.h dlil.h dlil_pvt.h \
24 etherdefs.h ethernet.h hostcache.h if.h if_arp.h if_atm.h \
25 if_dl.h if_gif.h if_llc.h if_media.h if_mib.h \
26 if_ppp.h if_pppvar.h if_slvar.h if_sppp.h if_tun.h \
27 if_tunvar.h if_types.h if_var.h if_vlan_var.h kext_net.h \
28 ndrv.h net_osdep.h netisr.h pfkeyv2.h ppp_comp.h ppp_defs.h \
29 radix.h raw_cb.h route.h slcompress.h slip.h tokendefs.h \
30 tokensr.h zlib.h
31
32INSTALL_MI_LIST = ${DATAFILES}
33
34INSTALL_MI_DIR = net
35
36EXPORT_MI_LIST = ${DATAFILES}
37
38EXPORT_MI_DIR = net
39
40
41include $(MakeInc_rule)
42include $(MakeInc_dir)