X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3e170ce000f1506b7b5d2c5c7faec85ceabb573d..813fb2f63a553c957e917ede5f119b021d6ce391:/bsd/netinet/Makefile diff --git a/bsd/netinet/Makefile b/bsd/netinet/Makefile index 9ab2a3192..ea575bddc 100644 --- a/bsd/netinet/Makefile +++ b/bsd/netinet/Makefile @@ -3,7 +3,6 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) @@ -24,6 +23,7 @@ PRIVATE_DATAFILES = \ in.h \ in_gif.h \ in_pcb.h \ + in_tclass.h \ ip.h \ ip_compat.h \ ip_dummynet.h \ @@ -53,4 +53,3 @@ INSTALL_KF_MI_LCL_LIST = $(sort ${DATAFILES} ${PRIVATE_DATAFILES} ${PRIVATE_KERN include $(MakeInc_rule) include $(MakeInc_dir) -