Skip to content

Commit

Permalink
xnu-792.10.96
Browse files Browse the repository at this point in the history
  • Loading branch information
Darwin authored and das committed Jun 4, 2017
1 parent 23c5c5a commit 3a336c4
Show file tree
Hide file tree
Showing 790 changed files with 51,709 additions and 25,114 deletions.
1 change: 1 addition & 0 deletions EXTERNAL_HEADERS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ INSTINC_SUBDIRS_I386 = \
EXPORT_FILES = \
ar.h \
stdarg.h \
stdbool.h \
stdint.h

INSTALL_MI_LIST =
Expand Down
6 changes: 4 additions & 2 deletions EXTERNAL_HEADERS/architecture/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ INSTINC_SUBDIRS_PPC = \
INSTINC_SUBDIRS_I386 = \
i386

EXPORT_FILES = \
byte_order.h
EXPORT_FILES =

INSTALL_MI_LIST =

Expand All @@ -30,3 +29,6 @@ include $(MakeInc_rule)
include $(MakeInc_dir)


build_installhdrs_mi::
$(MKDIR) $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR)
$(LN) ../../../../../../../../usr/include/architecture/byte_order.h $(DSTROOT)/$(KINCDIR)/$(EXPORT_MI_DIR)/byte_order.h
Loading

0 comments on commit 3a336c4

Please sign in to comment.