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