]> git.saurik.com Git - apple/xnu.git/blame - bsd/netat/Makefile
xnu-1456.1.26.tar.gz
[apple/xnu.git] / bsd / netat / 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
2d21ac55 6CWARNFLAGS += -Wno-sign-compare
1c79356b
A
7
8include $(MakeInc_cmd)
9include $(MakeInc_def)
10
11INSTINC_SUBDIRS = \
12
13INSTINC_SUBDIRS_PPC = \
14
15INSTINC_SUBDIRS_I386 = \
16
17EXPINC_SUBDIRS = \
18
19EXPINC_SUBDIRS_PPC = \
20
21EXPINC_SUBDIRS_I386 = \
22
23SETUP_SUBDIRS = \
24
25COMP_SUBDIRS = \
26
27INST_SUBDIRS = \
28
b0d623f7 29DATAFILES =
91447636
A
30
31PRIVATE_DATAFILES = \
b0d623f7
A
32 appletalk.h atp.h asp.h aurp.h \
33 ddp.h ep.h lap.h nbp.h pap.h zip.h \
34 adsp.h at_pat.h at_snmp.h at_aarp.h \
35 rtmp.h debug.h routing_tables.h sysglue.h at_var.h \
36 adsp_internal.h at_ddp_brt.h at_pcb.h
91447636 37
b0d623f7 38PRIVATE_KERNELFILES =
1c79356b 39
b0d623f7 40INSTALL_MI_LIST =
1c79356b 41
b0d623f7 42INSTALL_MI_DIR =
1c79356b 43
b0d623f7 44EXPORT_MI_LIST =
1c79356b
A
45
46EXPORT_MI_DIR = netat
47
b0d623f7 48INSTALL_MI_LCL_LIST =
91447636 49
b0d623f7 50INSTALL_KF_MI_LCL_LIST =
91447636 51
1c79356b
A
52include $(MakeInc_rule)
53include $(MakeInc_dir)
54
55