X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..b7266188b87f3620ec3f9f717e57194a7dd989fe:/bsd/dev/Makefile?ds=sidebyside diff --git a/bsd/dev/Makefile b/bsd/dev/Makefile index 8a11503da..b2f00140a 100644 --- a/bsd/dev/Makefile +++ b/bsd/dev/Makefile @@ -8,26 +8,26 @@ include $(MakeInc_cmd) include $(MakeInc_def) INSTINC_SUBDIRS = \ - random INSTINC_SUBDIRS_PPC = \ INSTINC_SUBDIRS_I386 = \ +INSTINC_SUBDIRS_X86_64 = \ + EXPINC_SUBDIRS = \ EXPINC_SUBDIRS_PPC = \ EXPINC_SUBDIRS_I386 = \ -DATAFILES = \ - disk.h disk_label.h kmreg_com.h +EXPINC_SUBDIRS_X86_64 = \ -INSTALL_MI_LIST = ${DATAFILES} +INSTALL_MI_LIST = INSTALL_MI_DIR = dev -EXPORT_MI_LIST = ${DATAFILES} +EXPORT_MI_LIST = EXPORT_MI_DIR = dev