]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/Makefile
xnu-1699.22.73.tar.gz
[apple/xnu.git] / bsd / netat / Makefile
index c31806cc6c19738f3fedf76a81f3e8be92450df2..3f307255c05d26af97846a20ed9028d8ab75db0c 100644 (file)
@@ -3,20 +3,17 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def
 export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule
 export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir
 
+CWARNFLAGS += -Wno-sign-compare
 
 include $(MakeInc_cmd)
 include $(MakeInc_def)
 
 INSTINC_SUBDIRS = \
 
-INSTINC_SUBDIRS_PPC = \
-
 INSTINC_SUBDIRS_I386 = \
 
 EXPINC_SUBDIRS = \
 
-EXPINC_SUBDIRS_PPC = \
-
 EXPINC_SUBDIRS_I386 = \
 
 SETUP_SUBDIRS =        \
@@ -25,20 +22,29 @@ COMP_SUBDIRS =      \
 
 INST_SUBDIRS = \
 
-DATAFILES = appletalk.h atp.h asp.h at_pcb.h at_var.h aurp.h \
-           debug.h ddp.h ep.h lap.h nbp.h pap.h sysglue.h zip.h \
-           adsp.h adsp_internal.h \
-           at_pat.h  at_snmp.h at_aarp.h at_ddp_brt.h \
-           routing_tables.h rtmp.h
+DATAFILES =
+
+PRIVATE_DATAFILES = \
+           appletalk.h atp.h asp.h aurp.h \
+           ddp.h ep.h lap.h nbp.h pap.h zip.h \
+           adsp.h at_pat.h  at_snmp.h at_aarp.h \
+           rtmp.h       debug.h routing_tables.h sysglue.h at_var.h \
+               adsp_internal.h at_ddp_brt.h at_pcb.h
 
-INSTALL_MI_LIST        = ${DATAFILES}
+PRIVATE_KERNELFILES = 
 
-INSTALL_MI_DIR = netat
+INSTALL_MI_LIST        = 
 
-EXPORT_MI_LIST = ${DATAFILES}
+INSTALL_MI_DIR = 
+
+EXPORT_MI_LIST =
 
 EXPORT_MI_DIR = netat
 
+INSTALL_MI_LCL_LIST = 
+
+INSTALL_KF_MI_LCL_LIST =
+
 include $(MakeInc_rule)
 include $(MakeInc_dir)