]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/Makefile
xnu-2050.48.11.tar.gz
[apple/xnu.git] / bsd / netat / Makefile
index 9a37bee864603fd87378a97e5fa44e54cbd038ed..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,29 +22,28 @@ COMP_SUBDIRS =      \
 
 INST_SUBDIRS = \
 
-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
+DATAFILES =
 
 PRIVATE_DATAFILES = \
-        debug.h routing_tables.h sysglue.h at_var.h
+           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
 
-PRIVATE_KERNELFILES = \
-       adsp_internal.h at_ddp_brt.h at_pcb.h
-       
+PRIVATE_KERNELFILES = 
 
-INSTALL_MI_LIST        = ${DATAFILES}
+INSTALL_MI_LIST        = 
 
-INSTALL_MI_DIR = netat
+INSTALL_MI_DIR = 
 
-EXPORT_MI_LIST = ${DATAFILES}
+EXPORT_MI_LIST =
 
 EXPORT_MI_DIR = netat
 
-INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
+INSTALL_MI_LCL_LIST = 
 
-INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
+INSTALL_KF_MI_LCL_LIST =
 
 include $(MakeInc_rule)
 include $(MakeInc_dir)