X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..bd504ef0e0b883cdd7917b73b3574eb9ce669905:/bsd/netat/Makefile diff --git a/bsd/netat/Makefile b/bsd/netat/Makefile index c31806cc6..3f307255c 100644 --- a/bsd/netat/Makefile +++ b/bsd/netat/Makefile @@ -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)