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 = 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
+
+PRIVATE_DATAFILES = \
+ debug.h routing_tables.h sysglue.h at_var.h
+
+PRIVATE_KERNELFILES = \
+ adsp_internal.h at_ddp_brt.h at_pcb.h
+
INSTALL_MI_LIST = ${DATAFILES}
EXPORT_MI_DIR = netat
+INSTALL_MI_LCL_LIST = ${DATAFILES} ${PRIVATE_DATAFILES}
+
+INSTALL_KF_MI_LCL_LIST = ${INSTALL_MI_LCL_LIST} ${PRIVATE_KERNELFILES}
+
include $(MakeInc_rule)
include $(MakeInc_dir)